summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2022-03-09 17:39:49 (GMT)
committerGitHub <noreply@github.com>2022-03-09 17:39:49 (GMT)
commite801e88744f34508aa338f9f7f3f3baee012f813 (patch)
treeab80307352392818e19b52f609f4436f3ac238d8 /Misc
parent23dcea5de736b367c0244042aaca10971538b2b4 (diff)
downloadcpython-e801e88744f34508aa338f9f7f3f3baee012f813.zip
cpython-e801e88744f34508aa338f9f7f3f3baee012f813.tar.gz
cpython-e801e88744f34508aa338f9f7f3f3baee012f813.tar.bz2
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
This reverts commit d1777515f9f53b452a4231d68196a7c0e5deb879. Automerge-Triggered-By: GH:JelleZijlstra
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst b/Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst
deleted file mode 100644
index 7b0b440..0000000
--- a/Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-For SQLite 3.14.0 and newer, bound parameters are expanded in the statement
-string passed to the :mod:`sqlite3` trace callback. Patch by Erlend E.
-Aasland.