APSW 3.43.1.1 Released

1 view
Skip to first unread message

Roger Binns

unread,
Oct 6, 2023, 11:51:35 AM10/6/23
to python...@googlegroups.com
APSW 3.43.1.1 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

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)

Roger
Reply all
Reply to author
Forward
0 new messages