Details
-
Type:
Bug
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.3
-
Fix Version/s: 2.3-M2
-
Component/s: Persistence
-
Labels:
-
Environment:Ubuntu 11.10 x64, STS, Grails 2.0.3
Description
When using Hibernate XML and having Domain classes in src/groovy folder, unique constraints are not correctly checked in the .validate call. Other constraints are checked fine in the same scenario. I have a simple example at: https://github.com/skazzaks/Grails-Unique-Test
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
I've created pull request that fixes the problem, see https://github.com/grails/grails-core/pull/290