Skip to content

Commit

Permalink
pythongh-99953: Purge mention of numeric param style from sqlite3 docs (
Browse files Browse the repository at this point in the history
pythonGH-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>
  • Loading branch information
erlend-aasland authored and miss-islington committed Jan 1, 2023
1 parent 18ccb84 commit 9e1cef6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,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

Expand Down

0 comments on commit 9e1cef6

Please sign in to comment.