File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -433,8 +433,8 @@ Connection Objects
433
433
SQLite 3.8.3 or higher, :exc: `NotSupportedError ` will be raised if used
434
434
with older versions.
435
435
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 > `.
438
438
439
439
.. versionchanged :: 3.8
440
440
The *deterministic * parameter was added.
@@ -453,8 +453,8 @@ Connection Objects
453
453
any number of arguments), and a ``finalize `` method which will return the
454
454
final result of the aggregate.
455
455
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 > `.
458
458
459
459
Example:
460
460
You can’t perform that action at this time.
0 commit comments