]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 9 Mar 2022 02:46:40 +0000 (03:46 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Mar 2022 02:46:40 +0000 (18:46 -0800)
commitd1777515f9f53b452a4231d68196a7c0e5deb879
tree5e0d097fe8449bacc4c833a31104e13ec6522ae8
parentb33a1ae703338e09dc0af5fbfd8ffa01d3ff75da
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Doc/library/sqlite3.rst
Doc/whatsnew/3.11.rst
Lib/test/test_sqlite3/test_hooks.py
Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst [new file with mode: 0644]
Modules/_sqlite/connection.c