Changelog for
ghc-persistent-sqlite-2.8.1.2-1.1.x86_64.rpm :
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Mon May 14 14:00:00 2018 psimonsAATTsuse.com
- Update persistent-sqlite to version 2.8.1.2.
* Add flag to enable full-text search extensions (enabled by default)
* Add flag to enable URI filename support (enabled by default)
* Add flag to enable using usleep (enabled by default)
- Enabling usleep allows sqlite to use a finer granularity when sleeping (reduces time between locks)
* Add flag to enable json1 extension (enabled by default)
* Update the vendored SQLite C library from 3.19.3 to 3.22.0. See [the SQLite changelog](https://sqlite.org/changes.html) for details.
* Updated `SqlBackend` definition to set `connPutManySql`. [#770](https://github.com/yesodweb/persistent/pull/770)
* Switch from `MonadBaseControl` to `MonadUnliftIO`
* Adds a new function `stepConn`, which uses an additional parameter to give more detailed error messages [#750](https://github.com/yesodweb/persistent/pull/750)
* Restores the previous function signature of `step`, which was accidentally changed in 2.6.3.2
* This release accidentally broke API, and is deprecated on Hackage.
* Provide more detailed error messages when using the `step` function [#730](https://github.com/yesodweb/persistent/pull/730)
* Fix migration to avoid creating foreign-key constraints in temporary tables [#736](https://github.com/yesodweb/persistent/pull/736)
* Add \'use-pkgconfig\' flag to use pkg-config to find system SQLite library.
* Update the vendored SQLite C library from 3.12.1 to 3.19.3. See [the SQLite changelog](https://sqlite.org/changes.html) for details.
Thu Aug 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Tue Mar 14 13:00:00 2017 psimonsAATTsuse.com
- Update to version 2.6.2 with cabal2obs.
Mon Feb 27 13:00:00 2017 psimonsAATTsuse.com
- Update to version 2.6.0.1 with cabal2obs.
Thu Sep 15 14:00:00 2016 psimonsAATTsuse.com
- Update to version 2.6 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 2.2.1 revision 0 with cabal2obs.
Thu Mar 10 13:00:00 2016 mimi.vxAATTgmail.com
- update to 2.2.1
* upgrade to SQLite 3.8.11.1
Thu Nov 19 13:00:00 2015 mimi.vxAATTgmail.com
- initial commit