[pysqlite] [ANN] pysqlite 2.5.4
Gerhard Häring <[email protected]> Wed, 11 Mar 2009 18:15:36 +0100
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
pysqlite 2.5.4 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 ======= - define SQLITE_OMIT_LOAD_EXTENSION by default, so that building on platforms like Mac OS X works out of the box; if you need this functionality, modify setup.cfg before building - made .connect(..., isolation_level=None) work again. The check introduced in the last version made it impossible to create "autocommit" connections immediately Compatibility ============= Connecting with transaction_isolation=None was broken by the last release. Those who downloaded 2.5.3 should switch to 2.5.4 instead. This release can build on MacOS X against the system SQLite without setting any extra environment variables. This release does not build with extension loading enabled by default any more. If you need this functionality, remove the OMIT setting from setup.cfg before building. Linux package managers should do this too, of course.