org.hibernate.test.cache.CollectionCacheEvictionTest test fails on SAP/Sybase ase

Description

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

Activity

Former userJuly 10, 2014 at 5:58 AM

Closing resolved issued in preparation for releasing 4.3.6.

Fixed

Details

Assignee

Reporter

Components

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

Flag notifications