File ghc-persistent-sqlite.changes of Package ghc-persistent-sqlite
-------------------------------------------------------------------
Mon Dec 31 03:01:33 UTC 2018 - psimons@suse.com
- Update persistent-sqlite to version 2.9.2.
## 2.9.2
* Add enableExtendedResultCodes and disableExtendedResultCodes functions
-------------------------------------------------------------------
Wed Dec 19 13:56:15 UTC 2018 - psimons@suse.com
- Update persistent-sqlite to version 2.9.1.
## 2.9.1
* Bump vendored SQLite library to [3.26.0](https://www.sqlite.org/releaselog/3_26_0.html) to address [RCE bug: `magellan`](https://blade.tencent.com/magellan/index_en.html).
-------------------------------------------------------------------
Mon Oct 15 02:01:22 UTC 2018 - psimons@suse.com
- Update persistent-sqlite to version 2.9.0.
## 2.9.0
* Added support for SQL isolation levels to via SqlBackend. [#812] SQLite technically only supports Serializable.
* Update the vendored SQLite C library from 3.22.0 to 3.25.2. See [the SQLite changelog](https://sqlite.org/changes.html) for details.
* Fix [832](https://github.com/yesodweb/persistent/issues/832): `repsertMany` now matches `mapM_ (uncurry repsert)` and is atomic.
-------------------------------------------------------------------
Thu Aug 30 15:29:23 UTC 2018 - psimons@suse.com
- Update persistent-sqlite to version 2.8.2.
# Changelog for persistent-sqlite
## 2.8.2
* Add the `extraPragmas` setting
-------------------------------------------------------------------
Wed Jul 18 14:26:36 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.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 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Tue Mar 14 09:26:02 UTC 2017 - psimons@suse.com
- Update to version 2.6.2 with cabal2obs.
-------------------------------------------------------------------
Mon Feb 27 10:12:17 UTC 2017 - psimons@suse.com
- Update to version 2.6.0.1 with cabal2obs.
-------------------------------------------------------------------
Thu Sep 15 07:08:10 UTC 2016 - psimons@suse.com
- Update to version 2.6 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:31:09 UTC 2016 - psimons@suse.com
- Update to version 2.2.1 revision 0 with cabal2obs.
-------------------------------------------------------------------
Thu Mar 10 08:56:51 UTC 2016 - mimi.vx@gmail.com
- update to 2.2.1
* upgrade to SQLite 3.8.11.1
-------------------------------------------------------------------
Thu Nov 19 14:34:12 UTC 2015 - mimi.vx@gmail.com
- initial commit