cpython/Lib/sqlite3/test
Petri Lehtinen e55aa69efc Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 2013-02-26 21:46:12 +02:00
..
__init__.py
dbapi.py Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options. 2013-02-10 00:02:44 +01:00
dump.py #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. 2013-01-10 11:04:09 -05:00
factory.py Undocument and clean up sqlite3.OptimizedUnicode 2012-02-09 21:09:03 +02:00
hooks.py Issue #17073: Fix some integer overflows in sqlite3 module. 2013-02-07 17:03:46 +02:00
regression.py Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 2013-02-26 21:38:17 +02:00
transactions.py Make sqlite3 tests editable with Emacs 2012-02-02 20:47:59 +02:00
types.py Make sqlite3 tests editable with Emacs 2012-02-02 20:47:59 +02:00
userfunctions.py Issue #17073: Fix some integer overflows in sqlite3 module. 2013-02-07 17:03:46 +02:00