bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)

This reverts commit d1777515f9.

Automerge-Triggered-By: GH:JelleZijlstra
This commit is contained in:
Erlend Egeberg Aasland 2022-03-09 18:39:49 +01:00 committed by GitHub
parent 23dcea5de7
commit e801e88744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 108 deletions

View file

@ -334,10 +334,6 @@ sqlite3
Instead we leave it to the SQLite library to handle these cases.
(Contributed by Erlend E. Aasland in :issue:`44092`.)
* For SQLite 3.14.0 and newer, bound parameters are expanded in the statement
string passed to the trace callback. See :meth:`~sqlite3.Connection.set_trace_callback`.
(Contributed by Erlend E. Aasland in :issue:`45138`.)
sys
---