]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 4 Jan 2021 23:16:43 +0000 (00:16 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 23:16:43 +0000 (15:16 -0800)
commitf7f0ed59bcc41ed20674d4b2aa443d3b79e725f4
tree5f289ee75224a87baa8a564e398dde8f3af1043f
parent0b858cdd5d114f0890b11b6c4d6559d0ceb468ab
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)

Ref. [SQLite 3.7.15 changelog](https://sqlite.org/changes.html#version_3_7_15):
_"Avoid invoking the sqlite3_trace() callback multiple times when a statement is automatically reprepared due to SQLITE_SCHEMA errors."_
Lib/sqlite3/test/hooks.py
Misc/NEWS.d/next/Tests/2020-05-30-10-56-38.bpo-40810.LPqDLQ.rst [new file with mode: 0644]