You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if I could replace my usage of set_isolation_level by set_session in some of my code and a comment reminded me why we didn't do it earlier : it does not play well with connection polling.
Apparently psycopg2 already fixed the bug: psycopg/psycopg2#503
Do you think the same strategy could work with psycopg2cffi (ie: construct the begin statement that should be sent to the database)?
The text was updated successfully, but these errors were encountered:
I was wondering if I could replace my usage of
set_isolation_level
byset_session
in some of my code and a comment reminded me why we didn't do it earlier : it does not play well with connection polling.Apparently psycopg2 already fixed the bug: psycopg/psycopg2#503
Do you think the same strategy could work with psycopg2cffi (ie: construct the begin statement that should be sent to the database)?
The text was updated successfully, but these errors were encountered: