diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 0000000..7b0b440 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst @@ -0,0 +1,3 @@ +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. |