Hi,

I don't know how to reproduce this, but I do know how I did it: I created
an FTS5 table with the option "tokenizer" instead of "tokenize", and it
created the table but not the support tables, and it returned an option
error.

The command was
create VIRTUAL table "{sdb} houses-fts-en" using fts5('descI18n.en',
content='houses', tokenize='porter');

Now, when I try to remove it, I get:
sqlite> drop table "{sdb} houses-fts-en";
Error: unrecognized option: "tokenizer"

But when I try to run the command in a fresh memory db, it fails without
creating a table.

Wout.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to