Issue Type: Bug Bug
Affects Versions: 4.1.8, jpa21
Assignee: Brett Meyer
Created: 13/Nov/12 10:46 AM
Description:

Dialect#supportsNotNullUnique is used by 2 areas:

1.) Table. Prevents "not null unique" if unsupported by the dialect.
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.

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
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