Synchronization code

This commit is contained in:
sunkaixuan 2023-08-02 12:24:40 +08:00
parent a9c1e619fe
commit 86763f5d5b

View File

@ -58,7 +58,7 @@ namespace SqlSugar
{ {
get get
{ {
return "select count(1) from user_ind_columns where index_name=('{0}')"; return "select count(1) from user_ind_columns where upper(index_name)=upper('{0}')";
} }
} }
protected override string CreateIndexSql protected override string CreateIndexSql