mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +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
fd108e5439
commit
8e386deee9
1 changed files with 1 additions and 5 deletions
|
|
@ -453,11 +453,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