Changelog for persistent-sqlite-2.5
2.5
- changes for read/write typeclass split
2.2.2
- Upgrade to SQLite 3.12.1 #551
2.2.1
- Upgrade to SQLite 3.8.11.1 #444
2.2
Update to persistent 2.2
2.1.4.1
- Add missing source files #382
2.1.4
- Add log support to persistent-sqlite #381
2.1.3
- Added a
Showinstance forSqliteConf. - Use
SqliteExceptioninstead of callingfail#364
2.1.2
- Turn on write-ahead log #363
- Prepending
WAL=offto your connection string will recover the previous behavior.
- Prepending
2.1.1.1
Fix rendering of UTCTime to match SQLite requirements (see issue
#328).
2.1.1
Provide a FromJSON instance for SqliteConf.