edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
366 stars 43 forks source link

Extract ExecuteContext as in/out argument #500

Closed fantix closed 2 weeks ago

fantix commented 1 month ago

So that we can pass out the parsed capabilities to control retries. This also allows further code optimization.

Fixes #493