Roger Binns | 30 Jan 2012 08:16

APSW 3.7.10-r1 Released


APSW 3.7.10-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

The default sector size returned in VFS routines is 4,096 to match
SQLite’s new default.

Several links to SQLite tickets and documentation were updated (APSW issue
122).

The async vfs is disabled due to a bug in its code that leads to random
memory reads when dealing with filenames.

Added SQLITE_CONFIG_GETPCACHE2, SQLITE_CONFIG_GETPCACHE2,
SQLITE_FCNTL_POWERSAFE_OVERWRITE, SQLITE_FCNTL_VFSNAME and
SQLITE_IOCAP_POWERSAFE_OVERWRITE constants.

Fix shell dumping when SQLite doesn’t strip trailing comments from view
declarations

Added a URIFilename class to encapsulate how SQLite provides URI
(Continue reading)


Gmane