Change By: Brett Meyer (14/Nov/12 9:55 AM)
Description: Dialect#supportsNotNullUnique is used by 2 areas:

1.) Table.  Prevents "not null unique" if supportsNotNullUnique is false and the column is not nullable.
2.) UniqueKey.  The logic is reversed from #1.  Appears to prevent unique constraints from being created if supportsNotNullUnique is false and one of the constraint's columns is nullable.

The uses seem inconsistent and incorrect.


This came about through HHH-5376 & 
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira