You are not logged in.
I found a possible problem with the TSQLite3LibraryStatic library in queries on FTS tables using the operator "-"
For example, the query below does not work with TSQLite3LibraryStatic
SELECT * FROM docs WHERE docs MATCH 'sqlite -database';
Using an exernal SQLite3 library engine works normally
Some colleague has already encountered this problem?
Offline