mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update 人大金仓
This commit is contained in:
@@ -56,7 +56,7 @@ namespace SqlSugar
|
||||
}
|
||||
else if (IsSqlServerModel())
|
||||
{
|
||||
sql = sql.Replace("sys_constraint.conkey[1]", "sys_constraint.conkey{1}");
|
||||
sql = sql.Replace("sys_constraint.conkey[1]", "sys_constraint.conkey{{1}}");
|
||||
}
|
||||
return sql;
|
||||
}
|
||||
|
Reference in New Issue
Block a user