mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)
The PEP-249 numeric style has never been supported by sqlite3.
This commit is contained in:
parent
2366b27565
commit
b7a68ab824
1 changed files with 1 additions and 5 deletions
|
@ -501,11 +501,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