From 60d3c4821be4cf25c41097c1e8b79b2e60c5ead5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 8 Nov 2020 09:23:38 -0800 Subject: [PATCH] Changes since the 3.0a0 alpha release --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8923ed6..76b6b5d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__) +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 `__) + .. _v2_23: 2.23 (2020-10-28)