Re: [sqlite] Header corruption

2018-02-08 Thread Jens Alfke
> On Feb 8, 2018, at 12:43 AM, Eduardo wrote: > > Profiling shouldn't help, it isn't the rigth tool. Use Xcode analyzer or from > command line scan-build and scan-view. If you can, use the last version of > clang-analyzer. The Clang address sanitizer would be

[sqlite] Please remove my id from mailing list/subscription.

2018-02-08 Thread Vasanth
Please remove my id from mailing list/subscription. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Need some tips on using FTS5 with SQLite

2018-02-08 Thread John Found
I am using FTS5 for pretty complex search in my application, but recently, trying to make it even more complex I faced some problems that are more general than only FTS5. I have a forum engine where are several tables for the threads, for the posts, for the users etc. At first I want to be

Re: [sqlite] Please remove my id from mailing list/subscription.

2018-02-08 Thread Igor Korot
Hi, On Thu, Feb 8, 2018 at 10:00 AM, Vasanth wrote: > Please remove my id from mailing list/subscription. Why not do it yourself? Did you try to go to the link shown at the end of this email or any other for that matter? Thank you. >

Re: [sqlite] Header corruption

2018-02-08 Thread Eduardo
On Wed, 7 Feb 2018 17:29:54 + Deon Brewis escribió: > Oh yeah, I don’t think this is a SQLITE bug or anything. > > I think something in our code is writing to memory after freed. I'm just > trying to track it down at the point that it happens. We've tried all >

[sqlite] -Wsign-compare warning in lempar.c

2018-02-08 Thread Nick Wellnhofer
With the latest Lemon code, I get a warning under GCC with -Wsign-compare: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert( i>=0 && i+YYNTOKEN<=sizeof(yy_lookahead)/sizeof(yy_lookahead[0]) ); ^ Nick

Re: [sqlite] Select WHERE IN List ordering

2018-02-08 Thread joshuapinter
You saved my bacon with this one. Just wanted to pop in and say a quick thanks to you. :) -- Sent from: http://sqlite.1065341.n5.nabble.com/ ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org