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:
Erlend E. Aasland 2023-01-01 23:26:23 +01:00 committed by GitHub
parent 2366b27565
commit b7a68ab824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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