There is a minor conflict in the online documentation.

This page: http://www.sqlite.org/fts3.html#section_2
States that: "There is not a separate SQLITE_ENABLE_FTS4 compile-time option" 
and that enabling FTS3 also includes FTS4 support.

This page: http://www.sqlite.org/compile.html
States that the option "SQLITE_ENABLE_FTS3" enables FTS3 support (without 
mentioning FTS4).
It also lists the option "SQLITE_ENABLE_FTS4" with a description stating that 
this enables FTS3 and 4.


For myself at least, adding SQLITE_ENABLE_FTS3 seems to enable both just fine.

Regards,

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

Reply via email to