Skip to content

Commit 8e386de

Browse files
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 b7a68ab) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent fd108e5 commit 8e386de

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Doc/library/sqlite3.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -453,11 +453,7 @@ Module constants
453453

454454
.. note::
455455

456-
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
457-
and ``named`` DB-API parameter styles,
458-
because that is what the underlying SQLite library supports.
459-
However, the DB-API does not allow multiple values for
460-
the ``paramstyle`` attribute.
456+
The ``named`` DB-API parameter style is also supported.
461457

462458
.. data:: sqlite_version
463459

0 commit comments

Comments
 (0)