Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Syntax error when use tokenizer arguments #59

Open
lana-k opened this issue Nov 11, 2020 · 0 comments
Open

Syntax error when use tokenizer arguments #59

lana-k opened this issue Nov 11, 2020 · 0 comments

Comments

@lana-k
Copy link

lana-k commented Nov 11, 2020

You can reproduce it in your demo: http://codeschool.github.io/sqlite-parser/demo/
The query CREATE VIRTUAL TABLE txt1 USING fts4(tokenize=unicode61); is parsed well.
The same but with tokenizer arguments e.g. CREATE VIRTUAL TABLE txt2 USING fts4(tokenize=unicode61 "remove_diacritics=2"); gets the error Syntax error found near Identifier (CREATE VIRTUAL TABLE Statement)

Both examples have to be valid. I took them here: https://www.sqlite.org/fts3.html

@lana-k lana-k changed the title Syntax error when use tokenizer options Syntax error when use tokenizer arguments Nov 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant