We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
named
1 parent 4c4b5ce commit 016c7d3Copy full SHA for 016c7d3
Doc/library/sqlite3.rst
@@ -478,9 +478,10 @@ Module constants
478
479
.. note::
480
481
- The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
482
- parameter styles, because that is what the underlying SQLite library
483
- 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.
484
+ However, the DB-API does not allow multiple values for
485
the ``paramstyle`` attribute.
486
487
.. data:: sqlite_version
0 commit comments