]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Sun, 1 Jan 2023 22:26:23 +0000 (23:26 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Jan 2023 22:26:23 +0000 (23:26 +0100)
The PEP-249 numeric style has never been supported by sqlite3.

Doc/library/sqlite3.rst

index 3622864a4b06f9c04a09e146d59e8fd08c64cda8..0d929d1297f5a9a150ccadf645347eb3f98cd6ef 100644 (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