[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5338) HSQL Dialect invalid @Temporal(TemporalType.DATE) binding to parameter
nodje (JIRA)
noreply at atlassian.com
Thu Jun 24 04:45:09 EDT 2010
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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list