[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1215) Added support for LVARCHAR in InformixDialect

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:48 EDT 2011


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

Steve Ebersole closed HHH-1215.
-------------------------------


Closing stale resolved issues

> Added support for LVARCHAR in InformixDialect
> ---------------------------------------------
>
>                 Key: HHH-1215
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1215
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.1 rc2
>         Environment: Hibernate 3.1RC2
> nformix Dynamic Server
> 9.40.FC6
> IBM Informix JDBC Driver for IBM Informix Dynamic Server 2.21.JC3
>            Reporter: Gianni Antini
>            Assignee: Steve Ebersole
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: InformixDialect.java
>
>
> In the older version, if you use:
> property name="field" type="string" length="XXX"/>
> where XXX>255, cause an compatibility error when you use HBM2DDL tool,
> because its converted into varchar(XXX).
> I have added this two lines into InformixDialect:
> 		registerColumnType(Types.VARCHAR, 255, "varchar($l)");
> 		registerColumnType(Types.VARCHAR, 32739, "lvarchar($l)");
> Regards,
> Gianni

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