mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
The PEP-249 numeric style has never been supported by sqlite3.
(cherry picked from commit b7a68ab824
)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
18ccb84697
commit
e7a2659b4c
1 changed files with 1 additions and 5 deletions
|
@ -476,11 +476,7 @@ Module constants
|
|||
|
||||
.. note::
|
||||
|
||||
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.
|
||||
The ``named`` DB-API parameter style is also supported.
|
||||
|
||||
.. data:: sqlite_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue