SQLite 3.8.3 or higher, :exc:`NotSupportedError` will be raised if used
with older versions.
- The function can return any of the types supported by SQLite: bytes, str, int,
- float and ``None``.
+ The function can return any of
+ :ref:`the types natively supported by SQLite <sqlite3-types>`.
.. versionchanged:: 3.8
The *deterministic* parameter was added.
any number of arguments), and a ``finalize`` method which will return the
final result of the aggregate.
- The ``finalize`` method can return any of the types supported by SQLite:
- bytes, str, int, float and ``None``.
+ The ``finalize`` method can return any of
+ :ref:`the types natively supported by SQLite <sqlite3-types>`.
Example: