Hi,
We run into a reproducible crash on FTS5 search when searching something
complex such as:
"(word1* word2* word3*) OR word1* OR word2* OR word3*"
It might be that we are doing something wrong, but any insight is appreciated.
The actual crashing call is a sqlite3_step/1 call:
while
Oh yeah, bingo :)
Thanks?
Gergely
On 22/10/2015 17:05, "Scott Hess" wrote:
>Dollars to donuts you're compiling SQLite but then linking against the
>system version.
>
>-scott
>
>
>On Thu, Oct 22, 2015 at 7:51 AM, Gergely Lukacsy (glukacsy) <
>g
2015, at 2:38pm, Gergely Lukacsy (glukacsy)
> wrote:
>
>> ... I get an "error: no module: fts5" error message. This indicates
>>that I didn't compile SQLite with FTS5 support, but I am pretty sure
>>that I am using the right preprocessor flags
>
>Using
Hi,
I am using Sqlite in a codebase shared between Windows and OS X and
specifically I am using FTS4 for searching our DB for free text strings. I have
just upgraded to the latest 3.9.1 and thought to give a try to FTS5, but
encountered an issue. It works fine on Windows, but on OS X the moment
4 matches
Mail list logo