[ANN] pysqlite 2.6.0 released

  • Thread starter Gerhard Häring
  • Start date
G

Gerhard Häring

pysqlite 2.6.0 released
=======================

Release focus: Synchronize with sqlite3 module in Python trunk.

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.googlecode.com/ for downloads, online documentation and
for reporting bugs.

Changes
=======

- pysqlite can now be built against Python versions without thread support
- PyDict_SetItem is now checked so you cannot shoot yourself in the
foot, even if you try to
- More checks for closed connections were added to avoid possible segfaults

Compatibility
=============

Warning:

pysqlite is not supported for Python < 2.5 any longer. This release still
builds against Python 2.3 and 2.4, but I won't bother with these in the future.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top