mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update 达梦
This commit is contained in:
@@ -55,7 +55,7 @@ AND a.table_name!='SQLPLUS_PRODUCT_PROFILE'";
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "select count(1) from user_ind_columns where upper(index_name)=upper('{0}')";
|
return "select count(1) from USER_INDEXES where upper(index_name)=upper('{0}') and table_owner=SF_GET_SCHEMA_NAME_BY_ID(CURRENT_SCHID)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
protected override string CreateIndexSql
|
protected override string CreateIndexSql
|
||||||
|
Reference in New Issue
Block a user