[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2682) support for H2 in DialectFactory

Dan Allen (JIRA) noreply at atlassian.com
Sat Jun 23 17:10:52 EDT 2007


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


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list