Robert Craigie
Robert Craigie
@danigosa Done 👍
@danigosa Thanks for the detailed comment! > Do you expect or consider to use TransactionManager out of a purely context manager? Yes, I imagine that there may be cases where...
Thanks for pointing that test case out and the updates. Just to note you'll have to update the generation snapshots again (this is a pain, I know, sorry).
Blocked by https://github.com/samuelcolvin/pydantic/issues/3297
> I think the syntax should be as close to Prisma's docs as possible That is a good point I hadn't considered thank you! That might convince me that renaming...
Yes @iddan is correct. You can run `blue` by installing and running `pre-commit`, e.g. ``` pip install -U -r requirements/dev.txt pre-commit install pre-commit run --all-files ``` > None of those...
> [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? Yes please. The current behaviour I'm going for is to maintain the same arguments for...
Thank you for working on this!
Thank you! This is a much needed improvement. Could you please add unit tests to ensure that all possible URLs that we generate will not result in a 404. You...
@HKGx No worries, thank you so much, it is much appreciated! > Wanted to test on Debian but Prisma is not built for the newest OpenSSL 3.0 😩 I hadn't...