bugfix
This commit is contained in:
parent
0223b5f660
commit
91e93d778d
@ -452,7 +452,7 @@ class SQLor(object):
|
|||||||
async def tables(self):
|
async def tables(self):
|
||||||
sqlstring = self.tablesSQL()
|
sqlstring = self.tablesSQL()
|
||||||
ret = []
|
ret = []
|
||||||
await self.execute(sqlstring,{},lambda x:ret.append(x))
|
ret = await self._get_data(sqlstring,{})
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def indexesSQL(self,tablename):
|
def indexesSQL(self,tablename):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user