This commit is contained in:
28810
2018-12-27 10:30:29 +08:00
parent 9711b1d9a8
commit 8cccd95180
2 changed files with 177 additions and 211 deletions

View File

@ -98,7 +98,7 @@ namespace FreeSql.Internal {
}
static Dictionary<string, bool> dicExecuteArrayRowReadClassOrTuple = new Dictionary<string, bool> {
{ typeof(bool ).FullName, true },
{ typeof(bool).FullName, true },
{ typeof(sbyte).FullName, true },
{ typeof(short).FullName, true },
{ typeof(int).FullName, true },