mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 修复 InsertDict 部分新功能遗留问题(特别是 Oracle);
This commit is contained in:
@ -35,7 +35,7 @@ namespace FreeSql.GBase
|
||||
break;
|
||||
}
|
||||
}
|
||||
ret.OdbcType = dbtype ?? default;
|
||||
if (dbtype != null) ret.OdbcType = dbtype.Value;
|
||||
_params?.Add(ret);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user