[pysqlite] APSW-3.6.11-r1 released
Roger Binns <[email protected]> Wed, 18 Feb 2009 01:53:45 -0800
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 APSW 3.6.11-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 3.0). 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://apsw.googlecode.com/svn/publish/pysqlite.html Changelist is below and a clickable version at http://apsw.googlecode.com/svn/publish/changes.html You can now use the hot backup functionality introduced in SQLite 3.6.11 - - http://www.sqlite.org/backup.html Updated a VFS test to reflect changes in SQLite underlying error handling. (Previously SQLite almost always returned FullError on any write that had an error but now returns SQLError.) Changed close methods so that Connections can be released earlier. In prior releases a closed cursor could still be used (reincarnated). That is no longer the case and you will get CursorClosedError. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkmb2qMACgkQmOOfHg372QSljACg4a1ifGl+nNEx+nVKCsZ250xq fmAAoIZTV7gXgds9UXKI3m6LdgjSh7Cb =YwI8 -----END PGP SIGNATURE-----