summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of apply() in sqlite3 to silence warnings under -3.Brett Cannon2008-08-041-3/+3
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-161-0/+14
* Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...Gerhard Häring2008-05-311-0/+9
* Implemented feature request 2157: Converter names are cut off at '('Gerhard Häring2008-05-041-1/+16
* Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. TheGerhard Häring2008-05-041-0/+20
* Prevent test_sqlite from hanging on older versions of sqlite.Neal Norwitz2008-04-051-0/+8
* These svn adds were forgotten in r62000Gregory P. Smith2008-03-282-0/+115
* Update sqlite3 module to match current version of pysqlite.Gerhard Häring2008-03-282-2/+2
* Catch OSError when trying to remove a file in case removal fails. ThisNeal Norwitz2008-03-051-2/+5
* Made sqlite3 module's regression tests work with SQLite versions that don'tGerhard Häring2008-03-021-2/+3
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-296-11/+295
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Fix an odd error which would only occur close to new year's eve, dueGuido van Rossum2008-01-011-2/+1
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-144-6/+56
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-021-2/+20
* Removed call to enable_callback_tracebacks that slipped in by accident.Gerhard Häring2006-06-211-1/+0
* Re-revert this change. Install the version check and don't run the testNeal Norwitz2006-06-151-0/+2
* Speculative checkin (requires approval of Gerhard Haering)Neal Norwitz2006-06-152-12/+0
* - Added version checks in C code to make sure we don't trigger bugs in olderGerhard Häring2006-06-142-0/+12
* Whitespace normalization.Tim Peters2006-06-141-1/+1
* Merged changes from external pysqlite 2.3.0 release. Documentation updates willGerhard Häring2006-06-133-37/+109
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-234-35/+78
* Update to pysqlite 2.2.0Anthony Baxter2006-04-044-1/+172
* merged the sqlite-integration branch.Anthony Baxter2006-04-018-0/+1821