mirror of
https://github.com/python/cpython.git
synced 2026-02-14 03:10:44 +00:00
Docs: add named to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
(cherry picked from commit 016c7d37b6)
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
This commit is contained in:
parent
41a9f49bc5
commit
2ef2eaac15
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue