mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 21:19:34 +08:00
Update Sqlite GetFuncList
This commit is contained in:
parent
a1e4c48506
commit
ffe03b2271
@ -277,7 +277,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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user