g2p / bedup

Btrfs deduplication
http://pypi.python.org/pypi/bedup
GNU General Public License v2.0
322 stars 50 forks source link

Fix sqlite3 exception on python >= 3.6 . #86

Open rkapl opened 7 years ago

rkapl commented 7 years ago

Bedup crashes on startup with: cannot change into wal mode from within a transaction

This commit fixes the error by temporarily disabling transactions. For similar error reports and more discussion see: https://github.com/yadayada/acd_cli/issues/509

Tested on python 3.6 only.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 7933638fdf7c73020144860efa23703cd514c081 on rkapl:master into on g2p:master.