8000 [3.11] gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (GH-94636) by erlend-aasland · Pull Request #95482 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.11] gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (GH-94636) #95482

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 2 commits into from
Jul 31, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Fix refs
  • Loading branch information
erlend-aasland committed Jul 30, 2022
commit 1295767cb6758e621caf94da9ffbd0856457be3d
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1380,8 +1380,6 @@ The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`).
``NotSupportedError`` is a subclass of :exc:`DatabaseError`.


.. _sqlite3-blob-objects:

.. _sqlite3-types:

SQLite and Python types
Expand Down Expand Up @@ -1480,6 +1478,8 @@ This function can then be registered using :func:`register_adapter`.
.. literalinclude:: ../includes/sqlite3/adapter_point_2.py


.. _sqlite3-converters:

Converting SQLite values to custom Python types
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
0