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

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Oct 1 11:47:25 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-2682:
--------------------------------

         Assignee: Steve Ebersole
    Fix Version/s: 3.3
                   3.2.6

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

        



More information about the hibernate-issues mailing list