On 26 Aug 2019, at 12:43pm, Dan Kennedy <danielk1...@gmail.com> wrote:

> When sqlite3changeset_apply() hits a UNIQUE constraint, it puts the change 
> into a "retry buffer". Then, once it has attempted all changes in the 
> changeset, it goes back and retries those in the retry buffer. It keeps 
> retrying like this until no further progress can be made.

That's clever.  You'd think that in something as ordered and predictable as SQL 
it wouldn't be necessary.  I wonder whether there's a changeset it doesn't work 
for.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to