mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 增加 fsql.Insert(Dictionary<string, object>) 无实体类插入方法;#481
This commit is contained in:
@ -28,7 +28,7 @@ namespace FreeSql.GBase
|
||||
{
|
||||
var dbtype = column.DbTypeText;
|
||||
OdbcType ret = OdbcType.VarChar;
|
||||
switch (dbtype.ToLower().TrimStart('_'))
|
||||
switch (dbtype?.ToLower().TrimStart('_'))
|
||||
{
|
||||
case "int8":
|
||||
case "serial8":
|
||||
|
Reference in New Issue
Block a user