bugfix
This commit is contained in:
parent
a66f93c4f7
commit
08ffd2ef08
@ -489,7 +489,7 @@ class SQLor(object):
|
|||||||
if sqlstring is None:
|
if sqlstring is None:
|
||||||
return []
|
return []
|
||||||
recs = []
|
recs = []
|
||||||
async for r in self.execute(sqlstring, {}):
|
async for r in self._get_data(sqlstring, {}):
|
||||||
recs.append(r)
|
recs.append(r)
|
||||||
return recs
|
return recs
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user