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
dump.py
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
types.py
userfunctions.py