mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Synchronization code
This commit is contained in:
@@ -354,7 +354,7 @@ AND sql LIKE '%" + tableName + "%'");
|
||||
}
|
||||
public override List<string> GetFuncList()
|
||||
{
|
||||
return this.Context.Ado.SqlQuery<string>(" SELECT name\r\nFROM sqlite_master\r\nWHERE type = 'table' AND name NOT LIKE 'sqlite_%' ");
|
||||
return new List<string>();
|
||||
}
|
||||
public override List<string> GetIndexList(string tableName)
|
||||
{
|
||||
|
Reference in New Issue
Block a user