zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
55 stars 46 forks source link

SQLite: Make wal_autocheckpoint more reliable. #402

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

Also some changes that had to happen to make the tests run: add support for pg8000 1.15, and don't allow using mysqlclient 2.0.0 right now because it crashes.

Fixes #401