cpython/Lib/sqlite3/test
Serhiy Storchaka 0aa6562913 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:27:19 +03:00
..
__init__.py
dbapi.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00
dump.py
factory.py Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular 2014-05-28 12:57:38 +03:00
hooks.py
py25tests.py
regression.py Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:27:19 +03:00
transactions.py
types.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00
userfunctions.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00