csvs-to-sqlite icon indicating copy to clipboard operation
csvs-to-sqlite copied to clipboard

Add `--fts-all` command line flag

Open chrismp opened this issue 6 years ago • 1 comments

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

chrismp avatar Jun 29 '19 17:06 chrismp

If you rebase your tests may start passing - we had problems thanks to pytest 5.

simonw avatar Jul 03 '19 04:07 simonw