We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in python, connection.in_transaction is always False.
connection.in_transaction
False
I tried isolation_level="EXCLUSIVE" and/or "BEGIN EXCLUSIVE".
isolation_level="EXCLUSIVE"
"BEGIN EXCLUSIVE"
not sure if I'm doing something wrong.
also, note that auto_commit is not a parameter in connect():
auto_commit
connect()
TypeError: connect() got an unexpected keyword argument 'auto_commit'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in python,
connection.in_transaction
is alwaysFalse
.I tried
isolation_level="EXCLUSIVE"
and/or"BEGIN EXCLUSIVE"
.not sure if I'm doing something wrong.
also, note that
auto_commit
is not a parameter inconnect()
:TypeError: connect() got an unexpected keyword argument 'auto_commit'
The text was updated successfully, but these errors were encountered: