|
@Gail Badner. Since I'm not 100% familiar with Hibernate's branch/tag model, I've tried to submit a pull request.
Please see: https://github.com/hibernate/hibernate-orm/pull/1033
Really all this is doing is fixing 1 variable name that in my unit tests was throwing a null pointer exception. It's quite easy to see why, we check to see if UniqueValue is not null, but then instead of reading that value, we read the nameValue.
|