summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite.py
Commit message (Collapse)AuthorAgeFilesLines
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-2/+3
| | | | Adds sqlite3.Connection.iterdump to allow dumping of databases.
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-291-3/+3
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-2/+3
|
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+16
This is based on pysqlite2.1.3, and provides a DB-API interface in the standard library. You'll need sqlite 3.2.2 or later to build this - if you have an earlier version, the C extension module will not be built.