WriteDataToFile command not handling BLOBs correctly
----------------------------------------------------

         Key: DDLUTILS-100
         URL: http://issues.apache.org/jira/browse/DDLUTILS-100
     Project: DdlUtils
        Type: Bug

  Components: Ant Tasks  
 Environment: Win XP SP2
Java 1.5.0_06
Oracle 10g EE
    Reporter: Guy Davis
 Assigned to: Thomas Dudziak 
    Priority: Minor
 Attachments: blob.patch

We recently added a table with a BLOB column to our application.  We use 
DDLUtils for dumping the schema and data to XML,  versioning the XML files, and 
also loading back into clean databases.  Unfortunately, the dump for the BLOB 
table just called toString() on the BLOB object itself which meant the BLOB 
data was lost.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to