Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 691d26a

Browse filesBrowse files
[3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). (#94679)
(cherry picked from commit e5b841a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
1 parent 797745e commit 691d26a
Copy full SHA for 691d26a

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎Doc/library/sqlite3.rst

Copy file name to clipboardExpand all lines: Doc/library/sqlite3.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ Connection Objects
433433
SQLite 3.8.3 or higher, :exc:`NotSupportedError` will be raised if used
434434
with older versions.
435435

436-
The function can return any of the types supported by SQLite: bytes, str, int,
437-
float and ``None``.
436+
The function can return any of
437+
:ref:`the types natively supported by SQLite <sqlite3-types>`.
438438

439439
.. versionchanged:: 3.8
440440
The *deterministic* parameter was added.
@@ -453,8 +453,8 @@ Connection Objects
453453
any number of arguments), and a ``finalize`` method which will return the
454454
final result of the aggregate.
455455

456-
The ``finalize`` method can return any of the types supported by SQLite:
457-
bytes, str, int, float and ``None``.
456+
The ``finalize`` method can return any of
457+
:ref:`the types natively supported by SQLite <sqlite3-types>`.
458458

459459
Example:
460460

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.