fix: move pluck to run
This commit is contained in:
parent
95d8a0f919
commit
a0f6a5ff46
1 changed files with 1 additions and 2 deletions
|
|
@ -835,10 +835,9 @@ class Database:
|
|||
fields=field,
|
||||
filters=names,
|
||||
order_by=order_by,
|
||||
pluck=pluck,
|
||||
distinct=distinct,
|
||||
limit=limit,
|
||||
).run(debug=debug, run=run, as_dict=as_dict)
|
||||
).run(debug=debug, run=run, as_dict=as_dict, pluck=pluck)
|
||||
return {}
|
||||
|
||||
def set_value(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue