vaperce
vaperce
Coud it be related to this issue from Cockroach https://github.com/cockroachdb/cockroach/issues/42912?
From my analysis, Cockroach is unable to implicitly close a result set (named also portal) in a transaction which it should do if it was respecting completely PSQL spec. As...
Nope, didn't. Ended up this portal issue was not the only one with Cockroach, some fixes in [asyncpg/introspection.py](https://github.com/MagicStack/asyncpg/blob/master/asyncpg/introspection.py) would have been required to make it fully working (not even sure...