You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible for foreign keys in Dolt to become corrupted through certain schema changes, exact mechanism unclear at this point. The symptom is that a call to dolt_commit() fails with a message like this:
Failed to commit changes.
cause: foreign key`paperinfo02_ibfk_1` has entered an invalid state, table `paperinfo02` is missing the index `pinc2`
The workaround is to drop and recreate the foreign key with the same definition.
It's possible for foreign keys in Dolt to become corrupted through certain schema changes, exact mechanism unclear at this point. The symptom is that a call to
dolt_commit()
fails with a message like this:The workaround is to drop and recreate the foreign key with the same definition.
If you encounter this bug and can reproduce it, please comment to let us know.
The text was updated successfully, but these errors were encountered: