This is a minor bugfix release.

Wiki, bugtracker, downloads at http://pysqlite.org/

If you missed 2.0.1, it fixed a bug that could happen if user-defined
functions/aggregates were getting out of scope. It's a fatal bug that
will crash your application if you encounter it.

- Code changes to allow compilation on MacOS X Tiger

- Fixed a few compilation warnings that appeared under GCC 4.0.

- Refactored code so cursors are closed ASAP. This means that statements are
  now finalized as soon as the last row was fetched. In order to achieve this,
  pysqlite is always prefetching exactly one row.

- Removed the type objects STRING, NUMBER, DATETIME, ... from the module,
  because pysqlite cannot deliver the type code anyway, so these type objects
  are useless, if not even confusing.
-- 
Gerhard Häring - [EMAIL PROTECTED] - Python, web & database development

Attachment: signature.asc
Description: Digital signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to