mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed typo in release notes, refs #170
This commit is contained in:
parent
5534c320e4
commit
9f59a7a325
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ The Python library :ref:`extract() documentation <python_api_extract>` describes
|
|||
Other changes
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
- The ``@db.register_function`` decorator can be used to quickly register Python functions as custom SQL functions, see :ref;`python_api_register_function`. (`#162 <https://github.com/simonw/sqlite-utils/issues/162>`__)
|
||||
- The ``@db.register_function`` decorator can be used to quickly register Python functions as custom SQL functions, see :ref:`python_api_register_function`. (`#162 <https://github.com/simonw/sqlite-utils/issues/162>`__)
|
||||
- The ``table.rows_where()`` method now accepts an optional ``select=`` argument for specifying which columns should be selected, see :ref:`python_api_rows`.
|
||||
|
||||
.. _v2_19:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue