SQLite Forum

SQLITE_ENABLE_UPDATE_DELETE_LIMIT
Login
The fix in the SEE repository should apply to all of the SEE variants.
But is is not in the "sqlite3.c" file in the SEE repository.  Yet.

I have a fix on the public SQLite trunk (check-in [](5b905d7d7714d1d2))
that should provide a more general solution moving forward.  With that
latest trunk change, any amalgamation built using the
-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT flag should be buildable with or
without that flag.  I will also add release checklist items to verify
this prior to release.