History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HHH-3401
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Thomas Mueller
Votes: 9
Watchers: 8
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

H2 Database Dialect Fixes

Created: 26/Jul/08 01:05 PM   Updated: 14/Oct/08 09:19 AM
Component/s: core
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Java Source File H2Dialect.java (14 kb)
2. Text File H2Dialect.java.patch (2 kb)
3. Zip Archive test.zip (2 kb)



 Description  « Hide
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

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Thomas Mueller - 26/Jul/08 01:14 PM
For convenience, here the patched H2Dialect file.

Martin Thelian - 14/Oct/08 09:19 AM
Any news on this topic? Thanks.