[sqlite] Crash when running complex FT5 queries

2016-02-24 Thread Gergely Lukacsy (glukacsy)
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

[sqlite] FTS5 issue on OS X

2015-10-22 Thread Gergely Lukacsy (glukacsy)
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) < >glukac

[sqlite] FTS5 issue on OS X

2015-10-22 Thread Gergely Lukacsy (glukacsy)
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 that

[sqlite] FTS5 issue on OS X

2015-10-22 Thread Gergely Lukacsy (glukacsy)
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