mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
enable-fts --replace option, refs #450
Also fixed up some sqlite3.OperationalError imports.
This commit is contained in:
parent
9dd4cf891d
commit
40b6947255
3 changed files with 49 additions and 13 deletions
|
|
@ -870,6 +870,7 @@ See :ref:`cli_fts`.
|
|||
--tokenize TEXT Tokenizer to use, e.g. porter
|
||||
--create-triggers Create triggers to update the FTS tables when the
|
||||
parent table changes.
|
||||
--replace Replace existing FTS configuration if it exists
|
||||
--load-extension TEXT SQLite extensions to load
|
||||
-h, --help Show this message and exit.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue