#1 2018-06-12 18:37:32

eraldo
Member
From: Brasil
Registered: 2010-07-22
Posts: 69
Website

Possible problem with static .obj SQLite3 and query with FTS tables

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

Board footer

Powered by FluxBB