On Mon, Jan 20, 2014 at 9:23 AM, Jan Nijtmans <[email protected]>wrote:
> 2014/1/20 Dan Kennedy <[email protected]>: > > Looks like SQLITE_OMIT_CTE only works with full source builds, not > > the amalgamation. As it causes code to be omitted from parse.y. > > > > There are a few others this is true of as well - OMIT_VIRTUALTABLE, > > OMIT_TRIGGER etc. > > Sure, but since addition of a single macro fixes this, I > would say: why not fixing it? > That single-macro fix allows it to compile and run. But there are memory leaks associated with that fix that would need to be plugged before we could use it in a release. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

