mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-19 09:52:42 +08:00
update
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user