Dear developers I am confused when I am using fts5 like this.
CreateTable SQL:
CREATE VIRTUAL TABLE fts using fts5(key);
QuerySQL:
select * from fts where fts match 'H & M';
Error occured:“synatx error near &” when I execute the query SQL.
I tried in fts4,NO Error happened。
So is it a bug in fts5? or other ?
(I used the sqlite3 in 3.19)
Yehen
Best Regards
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users