]
Steve Ebersole updated HHH-5452:
--------------------------------
Fix Version/s: (was: 4.0.0.Beta1)
4.1.0
Account for dialects which expect check constraints on table
definition as opposed to on column definition
----------------------------------------------------------------------------------------------------------
Key: HHH-5452
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5452
Project: Hibernate Core
Issue Type: Improvement
Components: core
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 4.1.0
ANSI SQL allows column constraints to be defined either on the table definition or on the
column definition. Database dialects support varying degrees of that.
We need to be able to account for both. Currently if we have constraints associated with
the column in the metadata, and the dialect reports that it does not support constraints
in the column definition we completely ignore them. Ideally if that is the case, but the
dialect does support constraints in the table definition we should apply them there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: