Version: 2.9.2-bp151.1.7
* Mon Dec 31 2018 psimons@suse.com
- Update persistent-sqlite to version 2.9.2.
[#]# 2.9.2
* Add enableExtendedResultCodes and disableExtendedResultCodes functions
* Wed Dec 19 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 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 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 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
* Mon May 14 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.
Version: 2.6.2-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Tue Mar 14 2017 psimons@suse.com
- Update to version 2.6.2 with cabal2obs.
* Mon Feb 27 2017 psimons@suse.com
- Update to version 2.6.0.1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 2.6 revision 0 with cabal2obs.
Version: 2.2.1-2.2
* Sun Jul 10 2016 psimons@suse.com
- Update to version 2.2.1 revision 0 with cabal2obs.
* Thu Mar 10 2016 mimi.vx@gmail.com
- update to 2.2.1
* upgrade to SQLite 3.8.11.1
* Thu Nov 19 2015 mimi.vx@gmail.com
- initial commit
Version: 2.13.1.0-bp154.1.18
* Sat Jan 29 2022 Peter Simons <psimons@suse.com>
- Update persistent-sqlite to version 2.13.1.0.
[#]# 2.13.1.0
* [#1341](https://github.com/yesodweb/persistent/pull/1341)
* Add `SqlBackendHooks` to allow for instrumentation of queries.
* [#1327](https://github.com/yesodweb/persistent/pull/1327)
* Update backend to support new `StatementCache` interface
[#]# 2.13.0.4
* `aeson-2.0` support [#1351](https://github.com/yesodweb/persistent/pull/1351/)
* Thu May 27 2021 psimons@suse.com
- Update persistent-sqlite to version 2.13.0.3.
[#]# 2.13.0.3
* Somehow failed to properly release the safe-to-remove changes.
[#]# 2.13.0.2
* [#1275](https://github.com/yesodweb/persistent/pull/1275)
* Fix SafeToRemove
* Wed May 26 2021 psimons@suse.com
- Update persistent-sqlite to version 2.13.0.2.
[#]# 2.13.0.1
* [#1265](https://github.com/yesodweb/persistent/pull/1265)
* Support GHC 9
* Sat May 08 2021 psimons@suse.com
- Update persistent-sqlite to version 2.13.0.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Fri May 07 2021 psimons@suse.com
- Update persistent-sqlite to version 2.13.0.0.
[#]# 2.13.0.0
* [#1225](https://github.com/yesodweb/persistent/pull/1225)
* Support `persistent-2.13` changes for SqlBackend being made internal.
* Wed Mar 31 2021 psimons@suse.com
- Update persistent-sqlite to version 2.12.0.0.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/persistent-sqlite-2.12.0.0/src/ChangeLog.md
* Mon Feb 08 2021 psimons@suse.com
- Update persistent-sqlite to version 2.11.1.0.
[#]# 2.11.1.0
* Add `checkForeignKeys` operation to verify no foreign key constraints are
violated by the database contents.
* Fix the migration for primary keys that was broken in 2.11.0.0
[#1184](https://github.com/yesodweb/persistent/issues/1184)
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Sat Nov 07 2020 psimons@suse.com
- Update persistent-sqlite to version 2.11.0.0.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/persistent-sqlite-2.11.0.0/src/ChangeLog.md
* Wed Aug 19 2020 Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints with 6GB min disk space for ppc64/ppc64le
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add persistent-sqlite at version 2.10.6.2.