APSW 3.39.3.0 Released

1 view
Skip to first unread message

Roger Binns

unread,
Sep 11, 2022, 5:11:30 PM9/11/22
to python...@googlegroups.com
APSW 3.39.3.0 is now available. The project is at https://github.com/rogerbinns/apsw which includes full documentation, downloads, 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 a clickable version at https://rogerbinns.github.io/apsw/changes.html

Test no longer fails if APSW was compiled without SQLITE_ENABLE_COLUMN_METADATA but sqlite3 was separately compiled with it. APSW should be compiled with the same flags as sqlite3 to match functionality and APIs. (APSW issue 363)

–use-system-sqlite-config setup.py build_ext option added to allow Matching APSW and SQLite options. (APSW issue 364)

Roger

Reply all
Reply to author
Forward
0 new messages