Fantix King
Fantix King
[psycopg2](https://www.psycopg.org/docs/faq.html#problems-with-transactions-handling)/[libpq](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT) simply doesn't support forking, but they are connection-based, not pool-based like the EdgeDB client. I looked into a few other drivers and seems like "fork" is a very rare...
Closing due to inactivity. Please feel free to ask more questions in [our community](https://www.edgedb.com/community).
`edgedb.Object` now [supports](https://github.com/edgedb/edgedb-python/pull/359) the `dataclasses` interface since [edgedb-python 1.0](https://github.com/edgedb/edgedb-python/releases/tag/v1.0.0), you can use `dataclasses.asdict()` to recursively convert an `edgedb.Object` into a dict.
Right, it's fixed.
Closing now, please remind me if this was not talked over on Discord.
Pushed a fix to rename `declare_savepoint()` to `savepoint()` and dropped user-defined names (always use s + uuid instead). > (Context API) can be added later, but is pretty uncontroversial I...
> Hi all, any updates on this? Sorry, not yet. But we'll put time into the Python binding very soon!
fwiw it might be related to recent changes in libvirt that this tf provider is not catching up with - I reverted to libvirt 8.0.0 and this error is gone...
Could you please try again with uvloop 0.18? We added the `pyproject.toml` - it may or may not fix your issue.
Yeah, I think that'll be great! Thank you for the proposal, feel free to go ahead with incremental PRs. :heart: > Ideally the mypy (static type checker) should be run,...