[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2682?page=c...
]
Thomas Mueller commented on HHH-2682:
-------------------------------------
It sounds like it would be easy to fix this problem?
However I am not sure, if there is anything that can be done on the database side please
tell me.
Thomas
support for H2 in DialectFactory
--------------------------------
Key: HHH-2682
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2682
Project: Hibernate3
Issue Type: Improvement
Components: core
Affects Versions: 3.2.4.sp1
Environment: Hibernate 3
EJB3 JPA
Reporter: Dan Allen
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
For some reason, the H2 database is not included in the dialect factory map, even though
there is a Hibernate dialect available for this database.
Please add the following to org.hibernate.dialect.DialectFactory
MAPPERS.put( "H2", new VersionInsensitiveMapper(
"org.hibernate.dialect.H2Dialect" ) );
--
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