[
https://issues.apache.org/jira/browse/CSV-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved CSV-234.
------------------------------
Resolution: Fixed
I added support for JDBC {{Clob}}s with a streaming implementation. Note that
CLOBs are always quoted with the quote character in the CSVFormat unless the
QuoteMode is NONE to avoid looking ahead.
> 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
> 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)