On Mon, Nov 14, 2016 at 8:19 PM, Simon Slavin <[email protected]> wrote:

>
> On 15 Nov 2016, at 1:18am, pisymbol . <[email protected]> wrote:
>
> > Obviously, I must be doing something
> > wrong
>
> Yep.  You're using a 7 year old version of the library.
>

That crash is from me statically linking aginst 3.15-1! Same thing, so
obviously I'm doing something wrong.

I'm using this statement to open up the db:

sqlite3_open_v2(path,
db,SQLITE_OPEN_CREATE|SQLITE_OPEN_READWRITE|SQLITE_OPEN_FULLMUTEX|SQLITE_OPEN_PRIVATECACHE,
NULL);

I will check again if I'm building the library wrong.

-aps
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to