From: <leg...@at...> - 2003-07-08 23:54:43
|
Message: The following issue has been closed. Resolver: Gavin King Date: Tue, 8 Jul 2003 6:52 PM Remove the column attribute, or Hibernate will ignore the <column> element. --------------------------------------------------------------------- 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: Closed Priority: Major Resolution: REJECTED Project: Hibernate2 Versions: 2.0.1 Assignee: Max Rydahl Andersen Reporter: Christian Bauer Created: Tue, 8 Jul 2003 3:40 PM Updated: Tue, 8 Jul 2003 6:52 PM 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 |