[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2367) InformixDialect uses wrong data type

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Feb 1 16:27:41 EST 2007


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

Steve Ebersole commented on HHH-2367:
-------------------------------------

The attachment (alas) is not really a patch, it is just the complete updated dialect.  The diff is really just to change the mappings for Types.DOUBLE and Types.FLOAT:
        registerColumnType(Types.DOUBLE, "float");
        registerColumnType(Types.FLOAT, "smallfloat");


> InformixDialect uses wrong data type
> ------------------------------------
>
>          Key: HHH-2367
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2367
>      Project: Hibernate3
>         Type: Patch

>   Components: core
>     Versions: 3.2.2
>  Environment: Informix 10
>     Reporter: Weisburd Alexander
>      Fix For: 3.2.3
>  Attachments: InformixDialect.java.patch
>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> InformixDialect uses wrong data types:
> DOUBLE is not supported by Informix and should be changed to FLOAT and the float to SMALLFLOAT.

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