[ANN] PySQLite 0.3.1 released

Gerhard Häring gerhard.haering at gmx.de
Thu Oct 10 03:30:53 EDT 2002


NAME:
    PySQLite - Extension module for SQLite databases.

DESCRIPTION:
    A Python-DB API 2.0 compliant extension module that uses the SQLite
    embedded SQL database. No external SQL server required. Think of
    Gadfly, only faster.

    SQLite is a powerful, embedded relational database in a compact C
    library. It supports a large subset of SQL92, multiple tables and
    indices,  transactions, and triggers. Sources are uncopyrighted and
    can be used for any purpose. More information can be found at
    <http://www.hwaci.com/sw/sqlite/index.html>.

HOMEPAGE:
    <http://pysqlite.sourceforge.net>

DOWNLOAD:
    Source and Windows binary downloads are available at
    <http://www.sourceforge.net/projects/pysqlite>

AUTHORS:
    Gerhard Häring <gerhard.haering at gmx.de>
    Michael Owens <mike at mikesclutter.com>

LICENSE:
    Python

NOTES:
The following are changes and enhancements since the last release:

* Make the test suite less noisy. If you want to enable tracebacks of
  user-defined functions or aggregates, you'll now have to enable them via
  _sqlite.enable_userfunction_debugging. This closes bug reports #608421 and
  #608426.

* Fixed lots of bugs in PgResultSet. Access of columns is now
  case-insensitive.

* Added test suite for PgResultSet class.




More information about the Python-list mailing list