8000 gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-… · python/cpython@e7a2659 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7a2659

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 <erlend.aasland@protonmail.com>
1 parent 18ccb84 commit e7a2659

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,7 @@ Module constants
476476

477477
.. note::
478478

479-
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
480-
and ``named`` DB-API parameter styles,
481-
because that is what the underlying SQLite library supports.
482-
However, the DB-API does not allow multiple values for
483-
the ``paramstyle`` attribute.
479+
The ``named`` DB-API parameter style is also supported.
484480

485481
.. data:: sqlite_version
486482

0 commit comments

Comments
 (0)
0