You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code that works with vanilla sqlite3 does not work with pysqlite3-binary:
File "/home/cldellow/src/project/db/venv/lib/python3.8/site-packages/datasette_ui_extras/dux_command.py", line 18, in prepare_connection
conn.execute('PRAGMA synchronous = NORMAL')
pysqlite3.dbapi2.OperationalError: Safety level may not be changed inside a transaction
The text was updated successfully, but these errors were encountered:
Code that works with vanilla sqlite3 does not work with pysqlite3-binary:
The text was updated successfully, but these errors were encountered: