Skip to content

Commit

Permalink
Docs: add named to the list of styles in the sqlite3.paramstyle att…
Browse files Browse the repository at this point in the history
…r docs (GH-99078)

(cherry picked from commit 016c7d3)

Co-authored-by: Nick Pope <[email protected]>
  • Loading branch information
miss-islington and ngnpope authored Nov 3, 2022
1 parent 41a9f49 commit 2ef2eaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ef2eaa

Please sign in to comment.