Hello,

The following table creation fails under latest release :

CREATE VIRTUAL TABLE foo USING FTS3
(
   bar TEXT, othercolumns TEXT,
   CHECK(1), CHECK(1)
);

Error message: vtable constructor failed

It is possible to bypass that error by concatenating the CHECKS with AND
logic, which is what SQLite normally does according to
http://osdir.com/ml/sqlite-users/2009-04/msg00279.html

using the R*Tree module this syntax works, so the bug should be in the FTS3
module.

Thank you,
Benoit

-- 
Benoit Mortgat
20, avenue Marcel Paul
69200 VĂ©nissieux, France
+33 6 17 15 41 58
+33 4 27 11 61 23
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to