Fixed
Details
Assignee
Brett MeyerBrett MeyerReporter
Mahesh GadgilMahesh GadgilComponents
Fix versions
Priority
Major
Details
Details
Assignee
Brett Meyer
Brett MeyerReporter
Mahesh Gadgil
Mahesh GadgilComponents
Fix versions
Priority
Created May 23, 2014 at 9:54 PM
Updated May 5, 2022 at 10:41 AM
Resolved May 5, 2022 at 10:41 AM
test failure - org.hibernate.test.cache.CollectionCacheEvictionTest due to the reason that 'User' is a reserved word in ASE and can not be used as a table name unless it is enclosed by double quotes.
Need following annotation to pass the test.
@Table(name="\"User\"") in org.hibernate.test.cache.User.java