mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 21:27:58 +08:00
Synchronization code
This commit is contained in:
parent
a3d3b3a8ae
commit
e647b2de12
@ -192,7 +192,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return " Select count(1) from (SELECT to_regclass('Index_UnitCodeTest1_Id_CreateDate') as c ) t where t.c is not null";
|
return "SELECT count(1) WHERE upper('{0}') IN ( SELECT upper(indexname) FROM sys_indexes ) ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
protected override string IsAnyProcedureSql => throw new NotImplementedException();
|
protected override string IsAnyProcedureSql => throw new NotImplementedException();
|
||||||
|
Loading…
Reference in New Issue
Block a user