cpython/Lib/sqlite3/test
Serhiy Storchaka 42d67af87f Issue #21147: sqlite3 now raises an exception if the request contains a null
character instead of truncate it.  Based on patch by Victor Stinner.
2014-09-11 13:29:05 +03:00
..
__init__.py
dbapi.py
dump.py
factory.py Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr 2014-05-28 12:58:34 +03:00
hooks.py weaken callback count inequality (closes #20901) 2014-03-12 21:51:52 -05:00
regression.py Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:29:05 +03:00
transactions.py
types.py
userfunctions.py