[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2300) Updated dialect for H2 database engine

Thomas Mueller (JIRA) noreply at atlassian.com
Tue Dec 12 17:28:04 EST 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2300?page=comments#action_25624 ] 

Thomas Mueller commented on HHH-2300:
-------------------------------------

Hi,

I thought there was a reason, but now I checked my mail and found out that 

        registerColumnType(Types.BIT, "boolean");
        registerColumnType(Types.CHAR, "varchar($l)"); 

should stay like this. Sorry...

Thomas

> Updated dialect for H2 database engine 
> ---------------------------------------
>
>          Key: HHH-2300
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2300
>      Project: Hibernate3
>         Type: Patch

>   Components: core
>     Versions: 3.2.1
>  Environment: H2 database engine
>     Reporter: Thomas Mueller
>  Attachments: H2Dialect.java
>
>
> Unfortunately, the column name of an information-schema table changed in the H2 database. Here is a new version of the dialect.

-- 
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