refactor: changed get_value_for_many_names to get tuple values
This commit is contained in:
parent
ba2caf206b
commit
9bb39131c0
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ class Database:
|
|||
pluck=pluck,
|
||||
distinct=distinct,
|
||||
limit=limit,
|
||||
).run(debug=debug, as_list=not as_dict, run=run)
|
||||
).run(debug=debug, run=run, as_dict=as_dict)
|
||||
return {}
|
||||
|
||||
def update(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue