We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
named
1 parent 41a9f49 commit 2ef2eaaCopy full SHA for 2ef2eaa
Doc/library/sqlite3.rst
@@ -475,9 +475,10 @@ Module constants
475
476
.. note::
477
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
+ The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
+ and ``named`` DB-API parameter styles,
+ because that is what the underlying SQLite library supports.
481
+ However, the DB-API does not allow multiple values for
482
the ``paramstyle`` attribute.
483
484
.. data:: sqlite_version
0 commit comments