Skip to content
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
Link to SQLite docs and try to improve wording
  • Loading branch information
erlend-aasland committed Apr 25, 2023
commit 89b272a4e025330952229da50e65e6d69096972a
5 changes: 4 additions & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,8 @@ Connection objects

Entry point name.
If ``None`` (the default),
SQLite will try to come up with an entry point name of its own.
SQLite will come up with an entry point name of its own;
see the SQLite docs `Loading an Extension`_ for details.

:type entrypoint: str | None

Expand All @@ -1069,6 +1070,8 @@ Connection objects
.. versionadded:: 3.12
The *entrypoint* parameter.

.. _Loading an Extension: https://www.sqlite.org/loadext.html#loading_an_extension_

.. method:: iterdump

Return an :term:`iterator` to dump the database as SQL source code.
Expand Down