Next | Query returned 70 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-17 12:26:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-apsw: updated to 3.45.3.0

3.45.3.0

No APSW changes.
   2024-03-14 09:20:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-apsw: updated to 3.45.2.0

3.45.2.0

Minor doc and tests change due to changed behaviour of sqlite3_serialize on an \ 
empty database, used by Connection.serialize().
   2024-01-31 18:28:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-apsw: updated to 3.45.1.0

3.45.1.0

No APSW changes.
   2024-01-22 20:48:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-apsw: updated to 3.45.0.0

3.45.0.0

Correctly handle NULL/None VFS filenames
   2023-12-08 13:27:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-apsw: updated to 3.44.2.0

3.44.2.0

Added logger parameter to apsw.ext.log_sqlite() to use a specific logging.Logger \ 
(APSW issue 493)

Added apsw.ext.result_string() to turn an result code into a string, taking into \ 
account if it is extended or not.

Provide detail when C implemented objects are printed. For example connections \ 
include the filename. (APSW issue 494)

Added URIFilename.parameters() (APSW issue 496)

URIFilename are only valid for the duration of the VFS.xOpen() call. If you save \ 
and use the object later you will get an exception. (APSW issue 501)
   2023-11-09 14:00:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-apsw: updated to 3.44.0.0

3.44.0.0

Added virtual table VTTable.Integrity() support.

On 64 bit platforms with the amalgamation, SQLITE_MAX_MMAP_SIZE is set to 256 \ 
terabytes. SQLite’s default limit is 2GB. (APSW issue 491)`
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-29 18:11:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-apsw: updated to 3.43.2.0

3.43.2.0

Connection.create_aggregate_function() can take a class with step and final \ 
methods. (APSW issue 421)

Corrected non PEP 8 compliant names. The old names remain as aliases to the new \ 
ones, and your code will not break.
   2023-10-11 10:41:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-apsw: updated to 3.43.1.1

3.43.1.1

Exception handling has been updated, with multiple exceptions in the same SQLite \ 
control flow being chained together. Previously more would have used the \ 
unraisable mechanism. (APSW issue 489)

Only use alloca with msvc because it doesn't support VLA. The arrays are used \ 
for fastcall. (APSW issue 487)
   2023-10-03 15:26:33 by Olaf Seibert | Files touched by this commit (1)
Log message:
databases/py-apsw: automate dependency on sqlite version

This package's version number closely follows the version number of sqlite.

Next | Query returned 70 messages, browsing 1 to 10 | Previous