Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade to FTS5 #6

Open
mjog opened this issue Apr 14, 2016 · 0 comments
Open

Upgrade to FTS5 #6

mjog opened this issue Apr 14, 2016 · 0 comments

Comments

@mjog
Copy link

mjog commented Apr 14, 2016

More recent versions of SQLite make it difficult to install custom FTS3/4 tokenisers - 3.11 disables the two-argument form of fts3_tokenizer() needed to install the tokeniser unless built with a compile time flag, while 3.12 only makes it available if preceded by a call to sqlite3_db_config. See https://www.sqlite.org/fts3.html#section_1 for details.

Since Linux distro are starting to ship 3.11, this is causing problems for applications using FTS3/4. So this might be a good time to upgrade to FTS5, which does not have the same problem.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant