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