
| Key: |
HHH-3401
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Thomas Mueller
|
| Votes: |
9
|
| Watchers: |
8
|
|
If you were logged in you would be able to see more operations.
|
|
|
Hibernate Core
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
|
|
|
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
|
|
Description
|
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 |
Show » |
|