Closed remort closed 2 years ago
Same approach with gather
works with aiochclient
but they use http connections there.
Hi, @remort! Besause asynch comply with PEP249, you can get specifications from the docs .
Cursors created from the same connection are not isolated, i.e., any changes done to the database by a cursor are immediately visible by the other cursors. Cursors created from different connections can or can not be isolated, depending on how the transaction support is implemented (see also the connection’s .rollback() and .commit() methods).
Connection pool may be suitable for you.
Checked it with a real app - it works as expected now. Thank you a lot. You can close the issue.
Glad to hear that is resolved
Hi!
I get the following error:
With this minimal code example:
ClickHouse client version 21.6.6.51 (official build). asynch-0.1.9