[
https://issues.apache.org/jira/browse/CSV-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714886#comment-16714886
]
Gary Gregory edited comment on CSV-234 at 12/10/18 4:40 PM:
------------------------------------------------------------
For now, you should use a format with the escape character set and the quote
character unset. We obviously need a better solution...
was (Author: garydgregory):
For now, you should use a format with the escape character set.
> Add support for java.sql.Clob
> -----------------------------
>
> Key: CSV-234
> URL: https://issues.apache.org/jira/browse/CSV-234
> Project: Commons CSV
> Issue Type: Improvement
> Components: Printer
> Affects Versions: 1.6
> Reporter: Roberto Benedetti
> Priority: Trivial
> Fix For: 1.7
>
> Attachments: commons-csv-234-gg.patch
>
>
> When invoking CVSPrinter#printRecords(ResultSet) if the object is a
> java.sql.Clob the method toString() may not return its content (eg with
> Oracle drivers it return the basic Object#toString()).
> When dealing with java.sql.Clob a stream must be read.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)