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
Using the UniqueCombinations constraint on only one column gets stuck in an infinite loop. This can be fixed by validating the constraint inputs, since the reason for the crash is that UniqueCombinations requires at least two column as input.
Using the
UniqueCombinations
constraint on only one column gets stuck in an infinite loop. This can be fixed by validating the constraint inputs, since the reason for the crash is thatUniqueCombinations
requires at least two column as input.Code to reproduce the error:
The text was updated successfully, but these errors were encountered: