On 2/26/16, Richard Hipp <drh at sqlite.org> wrote:
>
> At this time, you basically have two options:
>

Beginning with version 3.12.0, there will be a third option.  You can
use the sqlite3_db_config() interface with the new
SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER argument to enable the
two-argument version of fts3_tokenizer() for a specific database
connection at run-time.  See the draft change log
(https://www.sqlite.org/draft/releaselog/3_12_0.html) for links to
further information.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to