commit
8242e91238
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ class DbQuery:
|
|||
def parseWheres(self, query_where):
|
||||
if " AND " in query_where:
|
||||
return query_where.split(" AND ")
|
||||
elif query_where:
|
||||
return [query_where]
|
||||
else:
|
||||
return []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue