| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 3.37.0-r1:
* Allow breaking of reference cycles between objects that contain a
Connection or Cursor
* Fixed custom VFS extension loading failure could leave the error message
unterminated
* Updated size of mutex array used by the fork checker
* Connections are opened with SQLITE_OPEN_EXRESCODE so open errors will also
include extended result codes
* Connection.changes() and Connection.totalchanges() use the new SQLite APIs
that return 64 bit values
* Added Connection.autovacuum_pages()
* Implemented Connection.serialize() and Connection.deserialize().
* Allow any subclass of VFS to implement WAL, not just direct subclasses
- Fix the source url to really match reality
- Update the sqlite dependency - Update to 3.31.1: * Fix deprecated universal newline use in shell (#283) * Shell now uses pragma function_list to get list of functions for tab completion
- update to 3.30.1-r1
- drop 0002-Skip-one-test-on-python3.8.patch
0001-py3.8-avoid-invalid-escapes.patch
* Updated hashing of SQL statements
* Updated Connection.config() with all current SQLITE_DBCONFIG constants
- Add more py3.8 patches: * 0001-py3.8-avoid-invalid-escapes.patch * 0002-Skip-one-test-on-python3.8.patch - Remove patch obsoleted by above python38.patch
- Update to 3.28.0-r1: * No changelog - Add patch to build with python 3.8: * python38.patch
- Update to 3.35.4-r1:
- Updates for SQLite download url (the year is part of the urls).
- Added enable flag for built-in SQL math functions, and enable
it by default with –enable-all-extensions.
- Use the newer buffer API for Python 3
(old API removed in Python 3.10).
- Fix loadable extensions are missing,
so insert --enable-all-extensions and --enable=load_extension.
See: https://rogerbinns.github.io/apsw/build.html#building
- udpate to 3.34.0-r1: * Windows MSI installer files are now provided * Added Connection.txn_state() * Added constants: SQLITE_IOERR_CORRUPTFS
- Fix the source url to really match reality
- Update to 3.33.0-r1:
* Small performance improvement in string handling
* apsw module exposes Cursor, Blob, and Backup types (issue #273)
* pkg-config is used to detect International Components for
Unicode (ICU) sdk when the SQLite ICU extension is enabled. It
falls back to icu-config as before. (issue #268).
- Update to 3.32.2-r2:
* Added some constants
* Minor documentation updates
- Fix source URL
- Update the sqlite dependency - Update to 3.31.1: * Fix deprecated universal newline use in shell (#283) * Shell now uses pragma function_list to get list of functions for tab completion
- update to 3.30.1-r1
- drop 0002-Skip-one-test-on-python3.8.patch
0001-py3.8-avoid-invalid-escapes.patch
* Updated hashing of SQL statements
* Updated Connection.config() with all current SQLITE_DBCONFIG constants
- Add more py3.8 patches: * 0001-py3.8-avoid-invalid-escapes.patch * 0002-Skip-one-test-on-python3.8.patch - Remove patch obsoleted by above python38.patch
- Update to 3.28.0-r1: * No changelog - Add patch to build with python 3.8: * python38.patch