[Twisted-Python] is it possible to change the isolation level of a psycopg2 connection under enterprise.adbapi ?

Jonathan Vanasco twisted-python at 2xlp.com
Thu Nov 13 09:56:04 MST 2014


there doesn't seem to be a way to access the connection objects within the pool ( psycopg2 manages this via `connection.set_isolation_level(X)`

the only workaround I can think of seems to be emitting raw sql when I first start the transaction - but this doesn't seem right.

am i missing anything?


More information about the Twisted-Python mailing list