piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

commit before turning off synchronous #59

Closed bit closed 7 years ago

bit commented 7 years ago

otherwise python 3.6 fails with sqlite3.OperationalError: Safety level may not be changed inside a transaction (fixes issue #58)

tmylk commented 7 years ago

Thanks a lot for reporting and fixing this! We need to find a way to see this kind of issues in Travis more