Skip to content

Commit

Permalink
gh-99953: Purge mention of numeric param style from sqlite3 docs (#10…
Browse files Browse the repository at this point in the history
…0630)

The PEP-249 numeric style has never been supported by sqlite3.
  • Loading branch information
erlend-aasland authored Jan 1, 2023
1 parent 2366b27 commit b7a68ab
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 @@ -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

Expand Down

0 comments on commit b7a68ab

Please sign in to comment.