I've tested with sqlite3 and the nodejs sqlite3 module and I get this error
when using the example from the documentation (as well as variants more
suitable to my application) for full-text search.

Docs:
http://www.sqlite.org/fts3.html#section_6_2_1

Test:
CREATE VIRTUAL TABLE t1 USING fts4(content="", a, b, c);
CREATE VIRTUAL TABLE fts USING fts4(content="data", name TEXT, path TEXT);

Result:
unrecognized parameter: content=""

Was this never implemented? Is it deprecated? Does it require special build
options? Any thoughts?

AJ ONeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to