mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
a9c1e619fe
commit
86763f5d5b
@ -58,7 +58,7 @@ namespace SqlSugar
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user