cpython/Lib/sqlite3/test
Aviv Palivoda 0e6cb2ea62 bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
conn.set_trace_callback() shouldn't be called multiple times when the
schema is changing.

This has indirectly been fixed by using sqlite3_prepare_v2() in bpo-9303.
2017-04-09 12:11:59 +03:00
..
__init__.py
dbapi.py
dump.py
factory.py
hooks.py bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) 2017-04-09 12:11:59 +03:00
regression.py
transactions.py bpo-28518: Start a transaction implicitly before a DML statement (#245) 2017-02-26 18:22:38 +03:00
types.py
userfunctions.py