]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 1 Jan 2023 22:35:46 +0000 (14:35 -0800)
committerGitHub <noreply@github.com>
Sun, 1 Jan 2023 22:35:46 +0000 (14:35 -0800)
The PEP-249 numeric style has never been supported by sqlite3.
(cherry picked from commit b7a68ab824249ebf053b8149ebb83cd8578781c9)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst

index 65fa1b613153d73bceeafceb549ccfacecfb5db2..ec1b643dac92506f6febb4299e2ec91280f58292 100644 (file)
@@ -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