mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
Fixed RST typo
This commit is contained in:
parent
60f4aff9b0
commit
a8acafbfe0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ The ``table.search()`` method has been redesigned, see :ref:`python_api_fts_sear
|
|||
|
||||
The release includes minor backwards-incompatible changes, hence the version bump to 3.0. Those changes, which should not affect most users, are:
|
||||
|
||||
- The ``-c`` shortcut` option for outputting CSV is no longer available. The full ``--csv`` option is required instead.
|
||||
- The ``-c`` shortcut option for outputting CSV is no longer available. The full ``--csv`` option is required instead.
|
||||
- The ``-f`` shortcut for ``--fmt`` has also been removed - use ``--fmt``.
|
||||
- The ``table.search()`` method now defaults to sorting by relevance, not sorting by ``rowid``. (`#198 <https://github.com/simonw/sqlite-utils/issues/198>`__)
|
||||
- The ``table.search()`` method now returns a generator over a list of Python dictionaries. It previously returned a list of tuples.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue