csvs-to-sqlite
csvs-to-sqlite copied to clipboard
Add `--fts-all` command line flag
When enabled, --fts-all adds FTS to all columns when converting input file to SQLite table.
Changed function generate_and_populate_fts() in utils.py to handle --fts-all
If you rebase your tests may start passing - we had problems thanks to pytest 5.