Synchronization code

This commit is contained in:
sunkaixuan
2024-02-14 16:01:23 +08:00
parent ffe03b2271
commit c069ce471b

View File

@@ -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)
{