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 8d44f36 commit 3a7e9eaCopy full SHA for 3a7e9ea
Doc/library/sqlite3.rst
@@ -452,9 +452,10 @@ Module constants
452
453
.. note::
454
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
+ The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
+ and ``named`` DB-API parameter styles,
+ because that is what the underlying SQLite library supports.
458
+ However, the DB-API does not allow multiple values for
459
the ``paramstyle`` attribute.
460
461
.. data:: sqlite_version
0 commit comments