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
I've encountered a strange issue when a unique constraints is spanning multiple columns.
After violating the constraint once, subsequent attempts to persist entities that does NOT violate the constraint are also failing. Test code to replicate the issue below. I was expecting the entire test to succeed, but the last commit is failing. I suspect a bug.
I've encountered a strange issue when a unique constraints is spanning multiple columns.
After violating the constraint once, subsequent attempts to persist entities that does NOT violate the constraint are also failing. Test code to replicate the issue below. I was expecting the entire test to succeed, but the last commit is failing. I suspect a bug.
UniqueTest.java
FooBz.java
persistence.xml
The text was updated successfully, but these errors were encountered: