On 10/15/17, korablev <[email protected]> wrote: > Hmm, I got this: > > Am I doing something wrong?
Are you compiling with -DSQLITE_ENABLE_STAT4? The STAT4 extension is necessary in order for SQLite to distinguish between the two WHERE clauses. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

