Rejected
Details
Assignee
UnassignedUnassignedReporter
Yanming Zhou (quaff@github)Yanming Zhou (quaff@github)Components
Affects versions
Priority
Blocker
Details
Details
Assignee
Unassigned
UnassignedReporter
Yanming Zhou (quaff@github)
Yanming Zhou (quaff@github)Components
Affects versions
Priority
Created April 26, 2013 at 8:04 AM
Updated April 27, 2013 at 12:34 AM
Resolved April 26, 2013 at 7:53 PM
my application set hibernate.hbm2ddl.auto=update,hibernate will create UK_* everytime when starting application.
I think hibernate must check if index exists before create a new one,index name should not generate by random,I suggest use md5(column_name),so everytime the index name will be the same,so you can use create index if not exists.