Add missing functions in hibernate SybaseAnywhereDialect

Description

The SybaseAnywhereDialect does not implement all available functions
see
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.sqlanywhere.11.0.1/dbreference_en11/function-wsqlfunc.html

for all available functions

Activity

Show:

Gavin King November 23, 2024 at 7:44 AM

It was never intended that every Dialect register every native SQL function of the database.

Anyway, now we have portable abstractions of the important/useful functions.

AndreasA October 4, 2012 at 11:12 PM

The main problem is that the criteriaBuilder (JPA2) has no generic approach for
criteriaBuilder.function("functionName", Return.class, Expression ....)

A solution would be to fall back to a generic function call, which should be possible because all informations are available at this point

Rejected

Details

Assignee

Reporter

Priority

Created October 4, 2012 at 10:49 PM
Updated December 3, 2024 at 9:06 AM
Resolved November 23, 2024 at 7:44 AM