Skip to content
Snippets Groups Projects
Unverified Commit a0d0a77c 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 9389e2f0
Branches
Tags
No related merge requests found
...@@ -1301,8 +1301,8 @@ How-to guides ...@@ -1301,8 +1301,8 @@ How-to guides
.. _sqlite3-placeholders: .. _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, SQL operations usually need to use values from Python variables. However,
beware of using Python's string operations to assemble queries, as they 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