Hi,
what I do:
- create connection with
autocommit=True and pass it to LiteQueue constructor
what I get:
File ".../lib/python3.12/site-packages/litequeue.py", line 235, in __init__
self.conn.execute("PRAGMA synchronous = NORMAL;")
sqlite3.OperationalError: Safety level may not be changed inside a transaction
what I expected to get:
error that connection has enabled autocommit field and it is unsupported by library
Thank you.
litequeue version 0.9
Hi,
what I do:
autocommit=Trueand pass it to LiteQueue constructorwhat I get:
what I expected to get:
error that connection has enabled autocommit field and it is unsupported by library
Thank you.
litequeue version 0.9