cpython/Lib/sqlite3/test
Victor Stinner cb1f74ec40 Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).
2013-12-19 16:38:03 +01:00
..
__init__.py
dbapi.py Make sqlite3 tests editable with Emacs 2012-02-02 20:47:59 +02:00
dump.py #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. 2013-01-10 11:04:09 -05:00
factory.py Issue #19601: Use specific asserts in sqlite3 tests. 2013-11-17 00:39:12 +02:00
hooks.py Issue #19601: Use specific asserts in sqlite3 tests. 2013-11-17 00:39:12 +02:00
regression.py Issue #20026: Fix the sqlite module to handle correctly invalid isolation level 2013-12-19 16:38:03 +01:00
transactions.py Make sqlite3 tests editable with Emacs 2012-02-02 20:47:59 +02:00
types.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03:00
userfunctions.py Issue #17073: Fix some integer overflows in sqlite3 module. 2013-02-07 17:03:46 +02:00