On Mon, Jan 20, 2014 at 9:23 AM, Jan Nijtmans <jan.nijtm...@gmail.com>wrote:

> 2014/1/20 Dan Kennedy <danielk1...@gmail.com>:
> > 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to