piccolo icon indicating copy to clipboard operation
piccolo copied to clipboard

Bug - usage of batch remove output clause.

Open BezBartek opened this issue 2 years ago • 1 comments

     query = await Something.select(Something.id).output(as_list=True)

usage of batch changes output from: [id, id, id, ...] to the default one: [{'id': id, ...}]

BezBartek avatar Mar 14 '23 10:03 BezBartek

Good catch - hopefully it's quite a simple fix.

dantownsend avatar Mar 14 '23 19:03 dantownsend