summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows test skip error revealed by buildbot. Also a comment spellingR. David Murray2009-03-311-1/+1
| | | | correction in a previously fixed test.
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-5/+4
| | | | | should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+3
|
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
|
* 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.