Alexey Navarkin
Alexey Navarkin
Thanks for reply! But is there something, that stopping implementation of this feature in default one? As I see, almost in every project you would need to implement custom, almost...
@LMalikov i think - it can not be done in that way. At least when asyncpg executing query it can't understand that it is the last one query in a...
@mdespriee i can't see any documentation about this. But you can understand how that works from here: https://github.com/MagicStack/asyncpg/blob/v0.27.0/asyncpg/connection.py#L93 - how caps determined. https://github.com/MagicStack/asyncpg/blob/v0.27.0/asyncpg/connection.py#L1525 - how thay used to generate reset...
@sandr8 Looks like so, except the last one statement `use show help` - that part not related to asyncpg.
@sandr8 i don't think you can do anything with it from pgbouncer/postgresql side. This can be configured in asyncpg as @elprans suggested earlier or i need some time to create...