mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update pgsql
This commit is contained in:
@@ -349,7 +349,7 @@ namespace SqlSugar
|
|||||||
this.Context.Ado.ExecuteCommand(sqlobj.Key, sqlobj.Value);
|
this.Context.Ado.ExecuteCommand(sqlobj.Key, sqlobj.Value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (columnInfo.DataType.EqualCase("json") && columnInfo.DefaultValue?.Contains("}") == true)
|
else if (columnInfo.DataType.EqualCase("json") && columnInfo.DefaultValue?.Contains("]") == true)
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
dt[columnInfo.DbColumnName] = "[]";
|
dt[columnInfo.DbColumnName] = "[]";
|
||||||
|
Reference in New Issue
Block a user