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:
Miss Islington (bot) 2023-01-01 14:35:39 -08:00 committed by GitHub
parent 18ccb84697
commit e7a2659b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -476,11 +476,7 @@ Module constants
.. note:: .. note::
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``, The ``named`` DB-API parameter style is also supported.
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 .. data:: sqlite_version