forked from pool/python-apsw
f01dd1b0da8516e22842eafdb4a74e29b78f48f084a2afd82c25aa25e7734bde
* Added virtual table :meth:`VTTable.Integrity` support.
* On 64 bit platforms with the amalgamation,
`SQLITE_MAX_MMAP_SIZE SQLite's default limit is 2GB.
* :meth:`Connection.create_aggregate_function` can take a class
with step and final methods. (:issue:`421`)
* Corrected non :pep:`8` :ref:`compliant names <renaming>`.
The old names remain as aliases to the new ones, and your
code will not break.
* :doc:`Exception <exceptions>` handling has been updated, with
multiple exceptions in the same SQLite control flow being
chained together.
- Reduced overhead of the Column method when using
Connection or Cursor
- Fix loadable extensions are missing,
* Added constants: SQLITE_IOERR_CORRUPTFS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=43
Description
No description provided
Languages
RPM Spec
100%