[pysqlite] [ANN] pysqlite 2.5.3
Gerhard Häring <[email protected]> Mon, 09 Mar 2009 13:38:16 +0100
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
pysqlite 2.5.3 released ======================= Release focus: minor bugfixes, mostly improving/finishing the changes in 2.5.2. 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 ======= - Only download the amalgamation files if really building against the amalgamation. - Check for fetch across rollback in one more place. - Check if constructors of base classes Cursor and Connection are called from subclasses. Formerly, you could create a segfault if you didn't call the base Cursor.__init__ from your subclassed cursor. - Moved registration of cursors for connections from Connection.cursor to Cursor.__init__ Compatibility ============= There are no known compatibility issues.