[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2923) Can't define scale in blob
Isai Oliva Romo (JIRA)
noreply at atlassian.com
Tue Oct 30 12:42:39 EDT 2007
Can't define scale in blob
--------------------------
Key: HHH-2923
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2923
Project: Hibernate3
Issue Type: Bug
Affects Versions: 3.2.5
Environment: DB2 version 8.2, java 1.4, windows professional xp, hibernate 3.2.5.
Reporter: Isai Oliva Romo
In the next link http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0000927.htm you can see how to create tables in the case of blob and clob you can define de scale you know 10K, 10 M or 10 G even the string NOT LOGGED for biggest files hibernate doesn't support this.
In <property name="file" type="blob" not-null="false" length="200000" ></property> you can only specify on length attribute numbers.
--
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