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
Previously, the insert operation could fail on foreign key violation
errors, if the foreign key constraint was enforce using a mutation. This
patch detects those scenarios and turns these errors into potential
errors.
Fixes: #148070
Release note: None
0 commit comments