Fixed
Details
Assignee
Brett MeyerBrett MeyerReporter
Oliver PfauOliver PfauLabels
Components
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Brett Meyer
Brett MeyerReporter
Oliver Pfau
Oliver PfauLabels
Components
Fix versions
Affects versions
Priority
Created July 12, 2013 at 7:34 AM
Updated August 8, 2013 at 2:32 AM
Resolved July 25, 2013 at 2:41 PM
Hibernate 4.2.2, Informix 11.5
Unique constraint for a varchar colum generated by hibernate:
alter table CONTENT_TYPE add constraint UK_bj57mo7jmskov9s34ylf5wa18 unique (TYPE)
According to the Informix doc the unique constraint name should be at the end.