APSW 3.44.2.0 Released

15 views
Skip to first unread message

Roger Binns

unread,
Nov 29, 2023, 2:30:56 PM11/29/23
to python...@googlegroups.com
APSW 3.44.2.0 is now available. The project is at
https://github.com/rogerbinns/apsw which includes full documentation,
source, installation information and more.

APSW is a wrapper around SQLite that provides all SQLite API
functionality in Python. It is not DBAPI compliant as it provides SQLite
semantics. sqlite3 provides DBAPI semantics. You can see the two
approaches contrasted at https://rogerbinns.github.io/apsw/pysqlite.html

Changelist is below and at https://rogerbinns.github.io/apsw/changes.html

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)

Roger
Reply all
Reply to author
Forward
0 new messages