mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 同上
This commit is contained in:
@ -55,7 +55,11 @@ namespace FreeSql.Dameng
|
||||
|
||||
case "char(36)": return DmDbType.Char;
|
||||
}
|
||||
if (dbfull?.StartsWith("datetime(") == true) return DmDbType.DateTime;
|
||||
if (dbfull?.StartsWith("datetime(") == true)
|
||||
{
|
||||
_dicDbToCs.TryAdd(dbfull, _dicDbToCs["timestamp(6)"]);
|
||||
return DmDbType.DateTime;
|
||||
}
|
||||
switch (column.DbTypeText?.ToLower())
|
||||
{
|
||||
case "bit":
|
||||
|
Reference in New Issue
Block a user