@@ -496,8 +496,8 @@ Connection Objects
496
496
SQLite 3.8.3 or higher, :exc: `NotSupportedError ` will be raised if used
497
497
with older versions.
498
498
499
- The function can return any of the types supported by SQLite: bytes, str, int,
500
- float and `` None ` `.
499
+ The function can return any of
500
+ :ref: ` the types natively supported by SQLite < sqlite3-types > `.
501
501
502
502
.. versionchanged :: 3.8
503
503
The *deterministic * parameter was added.
@@ -516,8 +516,8 @@ Connection Objects
516
516
any number of arguments), and a ``finalize `` method which will return the
517
517
final result of the aggregate.
518
518
519
- The ``finalize `` method can return any of the types supported by SQLite:
520
- bytes, str, int, float and `` None ` `.
519
+ The ``finalize `` method can return any of
520
+ :ref: ` the types natively supported by SQLite < sqlite3-types > `.
521
521
522
522
Example:
523
523
@@ -537,10 +537,10 @@ Connection Objects
537
537
538
538
``step `` and ``value `` accept *num_params * number of parameters,
539
539
unless *num_params * is ``-1 ``, in which case they may take any number of
540
- arguments. `` finalize `` and `` value `` can return any of the types
541
- supported by SQLite:
542
- :class: ` bytes `, :class: ` str `, :class: ` int `, :class: ` float `, and
543
- :const: ` None `. Call :meth: `create_window_function ` with
540
+ arguments.
541
+ `` finalize `` and `` value `` can return any of
542
+ :ref: ` the types natively supported by SQLite < sqlite3-types >`.
543
+ Call :meth: `create_window_function ` with
544
544
*aggregate_class * set to :const: `None ` to clear window function *name *.
545
545
546
546
Aggregate window functions are supported by SQLite 3.25.0 and higher.
0 commit comments