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: Christian Bauer
Created: Tue, 8 Jul 2003 3:40 PM
Updated: Tue, 8 Jul 2003 3:40 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
|