2016-07-11 17:23 GMT+02:00 Richard Hipp:
> Yes.  ENABLE_UPDATE_DELETE_LIMIT makes changes to the LALR(1) parser
> tables which cannot be #ifdef-ed out.  So there is not a convenient
> way to turn that feature off and on at compile-time except to rerun
> the Lemon parser generator, which basically means rebuilding from
> canonical sources.

Actually, it is very well possible to build an amalgamation which can
be built with or without ENABLE_UPDATE_DELETE_LIMIT, and
functions fine as expected both ways without rerunning Lemon. If you
are interested in a patch which demonstrates this, I'm happy to provide that.

Regards,
        Jan Nijtmans
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to