Message279301
Using:
conn = sqlite3.connect(':memory:', isolation_level='IMMEDIATE')
conn.execute('begin immediate')
Throws:
sqlite3.OperationalError: cannot start a transaction within a transaction
This didn't happen in previous versions and the conn.in_transaction attribute is False right before the call to execute, so this situation doesn't seem to be detectable upfront for backward compatibility. |
|
Date |
User |
Action |
Args |
2016-10-24 11:05:18 | fschulze | set | recipients:
+ fschulze |
2016-10-24 11:05:18 | fschulze | set | messageid: <1477307118.31.0.70785963389.issue28518@psf.upfronthosting.co.za> |
2016-10-24 11:05:18 | fschulze | link | issue28518 messages |
2016-10-24 11:05:17 | fschulze | create | |
|