Skip to content

Commit 2ef2eaa

Browse files
Docs: add named to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
(cherry picked from commit 016c7d3) Co-authored-by: Nick Pope <nick@nickpope.me.uk>
1 parent 41a9f49 commit 2ef2eaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/sqlite3.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,10 @@ Module constants
475475

476476
.. note::
477477

478-
The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
479-
parameter styles, because that is what the underlying SQLite library
480-
supports. However, the DB-API does not allow multiple values for
478+
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
479+
and ``named`` DB-API parameter styles,
480+
because that is what the underlying SQLite library supports.
481+
However, the DB-API does not allow multiple values for
481482
the ``paramstyle`` attribute.
482483

483484
.. data:: sqlite_version

0 commit comments

Comments
 (0)