Skip to content
Snippets Groups Projects
Unverified Commit 895c7a44 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Docs: normalise sqlite3 placeholder how-to heading (GH-96413)


(cherry picked from commit 7b01ce79)

Co-authored-by: default avatarErlend E. Aasland <erlend.aasland@protonmail.com>
parent 8f58db22
No related branches found
No related tags found
No related merge requests found
......@@ -1615,8 +1615,8 @@ How-to guides
.. _sqlite3-placeholders:
Using placeholders to bind values in SQL queries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
How to use placeholders to bind values in SQL queries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SQL operations usually need to use values from Python variables. However,
beware of using Python's string operations to assemble queries, as they
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment