Leejay Hsu

Results 3 comments of Leejay Hsu

@RobertCraigie [regarding this test](https://github.com/RobertCraigie/prisma-client-py/blob/acc5901711bed32b13a208386d5bd3d1367da12b/tests/test_batch.py#L244), should I add `discard_result` to `Batcher.create`'s signature, and ignore the arg?

@RobertCraigie I'm not seeing where pedantic objects are being created in batched queries. The only thing I can find is where the pydantic objects are created in non-batched `create`s ([here](https://github.com/RobertCraigie/prisma-client-py/blob/c988de2b1ee79124d6a65376492a4b9caaa0ea27/src/prisma/generator/templates/actions.py.jinja#L183))...

@RobertCraigie thanks for confirming! I like `discard_result` much more than `ensure_result` 😃 . I also like `return_result` (bonus points for the alliteration I guess)