enable-fts --replace option, refs #450

Also fixed up some sqlite3.OperationalError imports.
This commit is contained in:
Simon Willison 2022-07-15 15:20:26 -07:00
commit 40b6947255
3 changed files with 49 additions and 13 deletions

View file

@ -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.