Skip to content

Commit 3a7e9ea

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 <[email protected]>
1 parent 8d44f36 commit 3a7e9ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/sqlite3.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,10 @@ Module constants
452452

453453
.. note::
454454

455-
The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
456-
parameter styles, because that is what the underlying SQLite library
457-
supports. However, the DB-API does not allow multiple values for
455+
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
456+
and ``named`` DB-API parameter styles,
457+
because that is what the underlying SQLite library supports.
458+
However, the DB-API does not allow multiple values for
458459
the ``paramstyle`` attribute.
459460

460461
.. data:: sqlite_version

0 commit comments

Comments
 (0)