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
hooks.py
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