From: <leg...@at...> - 2003-06-26 13:46:52
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-161 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-161 Summary: sql-type is ignored by net.sf.hibernate.tool.hbm2ddl.SchemaExport Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Versions: 2.0.1 Assignee: Reporter: Frank Buss Created: Thu, 26 Jun 2003 8:45 AM Updated: Thu, 26 Jun 2003 8:45 AM Description: I've tried this in a hbm: <property name="description" column="description" type="string"> <column name="description" sql-type="text" /> </property> but the SchemaExport generates this in the DDL: description VARCHAR(255) --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |