[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2651) Map binary types for sizes > 32K to BLOB for Derby

Vincent Massol (JIRA) noreply at atlassian.com
Fri Jun 1 15:52:04 EDT 2007


Map binary types for sizes > 32K to BLOB for Derby
--------------------------------------------------

                 Key: HHH-2651
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2651
             Project: Hibernate3
          Issue Type: Improvement
          Components: metamodel
    Affects Versions: 3.1.2
            Reporter: Vincent Massol


Right now (at least with 3.1.2, haven't tried with more recent versions) the binary type is mapped to a VARCHAR. However VARCHARs in Derby have a max size of 32K. So for sized larger than 32K a BLOB should be used instead.

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