mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update 达梦
This commit is contained in:
@@ -59,7 +59,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
|
||||
|
Reference in New Issue
Block a user