cpython/Lib/sqlite3
Miss Islington (bot) 80e5732d31
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Ref. [SQLite 3.7.15 changelog](https://sqlite.org/changes.htmlGH-version_3_7_15):
_"Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors."_
(cherry picked from commit f7f0ed59bc)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-01-04 15:41:03 -08:00
..
test bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) 2021-01-04 15:41:03 -08:00
__init__.py
dbapi2.py
dump.py