On 7/11/16, Janos Levai <digist...@gmail.com> wrote:
> Dear sqlite devs,
>
> Are there any downsides to setting ENABLE_UPDATE_DELETE_LIMIT when creating
> the official amalgamation? Will users of the amalgamation, not
> needing ENABLE_UPDATE_DELETE_LIMIT, see any issues?

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.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to