[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3401) H2 Database Dialect Fixes
Thomas Mueller (JIRA)
noreply at atlassian.com
Sat Jul 26 14:06:12 EDT 2008
H2 Database Dialect Fixes
-------------------------
Key: HHH-3401
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3401
Project: Hibernate3
Issue Type: Bug
Components: core
Reporter: Thomas Mueller
Attachments: H2Dialect.java.patch, test.zip
There are a few bugs in the H2 Dialect:
- There is no native BIT data type in H2.
- The database function DATEDIFF does have parameters
- There is a typo in function QUARTER
I have created a patch and a simple test case: The problem with the BIT / BOOLEAN data type appears if you run the test twice. Please tell me if you need more information.
Regards,
Thomas
--
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