mirror of
https://github.com/python/cpython.git
synced 2024-12-04 07:15:09 +08:00
Docs: add named
to the list of styles in the sqlite3.paramstyle attr docs (#99078)
This commit is contained in:
parent
4c4b5ce2e5
commit
016c7d37b6
@ -478,9 +478,10 @@ Module constants
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
|
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
|
||||||
parameter styles, because that is what the underlying SQLite library
|
and ``named`` DB-API parameter styles,
|
||||||
supports. However, the DB-API does not allow multiple values for
|
because that is what the underlying SQLite library supports.
|
||||||
|
However, the DB-API does not allow multiple values for
|
||||||
the ``paramstyle`` attribute.
|
the ``paramstyle`` attribute.
|
||||||
|
|
||||||
.. data:: sqlite_version
|
.. data:: sqlite_version
|
||||||
|
Loading…
Reference in New Issue
Block a user