summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/dbapi2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particularSerhiy Storchaka2014-05-281-0/+2
* Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-2/+2
* Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-231-1/+1
* Remove usage of apply() in sqlite3 to silence warnings under -3.Brett Cannon2008-08-041-3/+3
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-141-1/+1
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-32/+36
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+84