[pysqlite] [ANN] pysqlite 2.5.5
Gerhard Häring <[email protected]> Mon, 16 Mar 2009 11:33:22 +0100
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
pysqlite 2.5.5 released ======================= Release focus: minor bugfixes pysqlite is a DB-API 2.0-compliant database interface for SQLite. SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Go to http://pysqlite.org/ for downloads, online documentation and for reporting bugs. Changes ======= - Python 2.3/2.4 compatibility fixes for test suite. - Only reset cursors after rollback, not after commit. Fixes problem where an implicity commit by a PRAGMA statement invalidated the cursor. - Added ability to build Windows installers using the MINGW package for Mac OS X. Compatibility ============= Regressions introduced in 2.5.2/2.5.3 were fixed. If you installed 2.5.2 or later, you should upgrade to this release.