[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6726) Oracle : map TextType to clob and ImageType to blob

Strong Liu (JIRA) noreply at atlassian.com
Wed Oct 12 09:05:19 EDT 2011


Oracle : map TextType to clob and ImageType to blob
---------------------------------------------------

                 Key: HHH-6726
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6726
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 4.0.0.CR4
            Reporter: Strong Liu
            Assignee: Gail Badner


now, TextType (LONGVARCHAR) is mapped to 'long' and ImageType (LONGVARBINARY) is mapped to 'long raw'
but 'long' and 'long raw' are already deprecated in oracle, we should consider change this to :
Types.LONGVARCHAR -- "clob"
Types.LONGVARBINARY -- "blob"


and this causes lots of tests fail on oracle due to 'org.hibernate.exception.GenericJDBCException: Stream has already been closed'

Gail,

I'm assigning this to you since you created those two types and much familiar that than me :), but feel free reassign it, thanks


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list