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

Skip to content
8000

[3.11] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630) #100669

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 9e1cef654e34960e66588c4742a3733a40ce23c3
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