cpython/Lib/sqlite3/test
Victor Stinner c6a2320e87
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
The sqlite3 module now raises TypeError, rather than ValueError, if
operation argument type is not str: execute(), executemany() and
calling a connection.
2019-06-26 03:16:24 +02:00
..
__init__.py
backup.py
dbapi.py bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) 2019-06-26 03:16:24 +02:00
dump.py
factory.py
hooks.py
regression.py bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) 2019-06-26 03:16:24 +02:00
transactions.py
types.py bpo-32788: Better error handling in sqlite3. (GH-3723) 2018-12-10 16:06:08 +02:00
userfunctions.py