mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Changes since the 3.0a0 alpha release
This commit is contained in:
parent
68637732e0
commit
60d3c4821b
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ Also in this release:
|
|||
- The new ``table.search_sql()`` method returns the SQL for searching a table, see :ref:`python_api_fts_search_sql`.
|
||||
- ``sqlite-utils rows`` now accepts multiple optional ``-c`` parameters specifying the columns to return. (`#200 <https://github.com/simonw/sqlite-utils/issues/200>`__)
|
||||
|
||||
Changes since the 3.0a0 alpha release:
|
||||
|
||||
- The ``sqlite-utils search`` command now defaults to returning every result, unless you add a ``--limit 20`` option.
|
||||
- The ``sqlite-utils search -c`` and ``table.search(columns=[])`` options are now fully respected. (`#201 <https://github.com/simonw/sqlite-utils/issues/201>`__)
|
||||
|
||||
.. _v2_23:
|
||||
|
||||
2.23 (2020-10-28)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue