On Fri, 20 Jul 2012 23:12:43 -0600, AJ ONeal <coola...@gmail.com> wrote:
>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? Cannot reproduce that error message in the test above with: SQLite version 3.7.12.1 2012-05-22 02:45:53 or SQLite version 3.7.14 2012-06-21 17:21:52. Is your test sample complete? -- Regards, Kees Nuyt _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users