org.hibernate.test.sql.hand.query.NativeSQLQueriesTest failure on SAP/Sybase ASE

Description

Test failure - org.hibernate.test.sql.hand.query.NativeSQLQueriesTest on Sybase ASE 157 due to the fact that 'count' is reserved word. Enclosing count with double quotes helps resolve the issue.

builder.setQuery("select countYellow Star AS count from organization");

builder.setQuery("select countYellow Star AS \"count\" from organization");

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 10:18 PM
Updated May 5, 2022 at 10:41 AM
Resolved May 5, 2022 at 10:41 AM

Flag notifications