Skip to:
HSQLDialect does not support the trunc function as part of a SELECT. For example, the following named-query fails:
HSQLDialect
trunc
SELECT
NOTE: There a truncate function already has been registered in the existing dialect implementation, but it cannot be applied to DATE types.
truncate
DATE
Applied PR upstream.
HSQLDialect
does not support thetrunc
function as part of aSELECT
. For example, the following named-query fails:NOTE: There a
truncate
function already has been registered in the existing dialect implementation, but it cannot be applied toDATE
types.