Roger Binns | 16 May 2012 07:27

APSW 3.7.12-r1 Released


APSW 3.7.12-r1 is now available. The home page is at
http://code.google.com/p/apsw/ which includes full documentation, source
and binary distributions for Windows (Python 2.3 onwards including Python 3).

APSW is a wrapper around SQLite that provides all SQLite API functionality
in Python. It is not DBAPI compliant as it provides SQLite semantics.
pysqlite provides DBAPI semantics. You can see the two approaches
contrasted at http://apidoc.apsw.googlecode.com/hg/pysqlite.html

Changelist is below and a clickable version at
http://apidoc.apsw.googlecode.com/hg/changes.html

Re-enabled the asyncvfs.

Added Cursor.description to make DB API interoperability a little easier
(APSW issue 131).

Added SQLITE_DBSTATUS_CACHE_WRITE and SQLITE_CANTOPEN_ISDIR constants.

Roger
Roger Binns | 4 Jun 2012 06:30

APSW 3.7.12.1-r1 Released


APSW 3.7.12.1-r1 is now available. The home page is at
http://code.google.com/p/apsw/ which includes full documentation, source
and binary distributions for Windows (Python 2.3 onwards including Python 3).

APSW is a wrapper around SQLite that provides all SQLite API functionality
in Python. It is not DBAPI compliant as it provides SQLite semantics.
pysqlite provides DBAPI semantics. You can see the two approaches
contrasted at http://apidoc.apsw.googlecode.com/hg/pysqlite.html

No changes to APSW. Binary rebuilds due to SQLite bugfixes.

Roger

Gmane