8000 [3.10] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630) by miss-islington · Pull Request #100670 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100 8000 630) #100670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
  • Loading branch information
erlend-aasland authored and miss-islington committed Jan 1, 2023
commit 7d0951f893100ff0d5279fe0b0d45ed93a09e93c
6 changes: 1 addition & 5 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
0