libsql-experimental-python icon indicating copy to clipboard operation
libsql-experimental-python copied to clipboard

can't start an interactive transaction

Open leonardo-blas opened this issue 1 year ago • 0 comments

in python, connection.in_transaction is always False.

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 in connect():

TypeError: connect() got an unexpected keyword argument 'auto_commit'

leonardo-blas avatar Nov 15 '24 03:11 leonardo-blas