-----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)

iEYEARECAAYFAkmb2zsACgkQmOOfHg372QStgwCg5M44QX78NK303hGi3ru5tgRM
QRMAoMe2+slnjsaDICYB0LBt5viA1bh5
=Khh7
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to