HSQL Dialect invalid @Temporal(TemporalType.DATE) binding to parameter
----------------------------------------------------------------------
Key: HHH-5338
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5338
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.5.3
Environment: Java 1.6.20, Mac OsX 10.6.4
Reporter: nodje
Priority: Blocker
With the HSQL dialect, the @Temporal(TemporalType.DATE) binding to parameter produce a
date format that is not supported by HSQLDB - at least not for version 1.8.0.10.
It binds the following format:
DateType.nullSafeSet:153 | binding '18 March 2009' to parameter: 6
which if not supported.
Expecting format is '2009-03-18'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira