mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Docs: normalise sqlite3 placeholder how-to heading (#96413)
This commit is contained in:
parent
f49dd54b72
commit
7b01ce7953
1 changed files with 2 additions and 2 deletions
|
|
@ -1653,8 +1653,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue