summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-03 23:27:53 (GMT)
committerGitHub <noreply@github.com>2022-11-03 23:27:53 (GMT)
commit2ef2eaac15f5fe43ade9fb0b85bd9cd82f1b3207 (patch)
tree18a8e37cc901ca1d4e6e0bbfccd7572850f54ad7
parent41a9f49bc5d52b44386fe44ed6a1983bd2cd65cc (diff)
downloadcpython-2ef2eaac15f5fe43ade9fb0b85bd9cd82f1b3207.zip
cpython-2ef2eaac15f5fe43ade9fb0b85bd9cd82f1b3207.tar.gz
cpython-2ef2eaac15f5fe43ade9fb0b85bd9cd82f1b3207.tar.bz2
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
(cherry picked from commit 016c7d37b6acfe2203542a2655080c6402b3be1f) Co-authored-by: Nick Pope <nick@nickpope.me.uk>
-rw-r--r--Doc/library/sqlite3.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 116a2ce..43a9c0f 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -475,9 +475,10 @@ Module constants
.. note::
- The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
- parameter styles, because that is what the underlying SQLite library
- supports. However, the DB-API does not allow multiple values for
+ The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
+ and ``named`` DB-API parameter styles,
+ because that is what the underlying SQLite library supports.
+ However, the DB-API does not allow multiple values for
the ``paramstyle`` attribute.
.. data:: sqlite_version