[ 
https://issues.apache.org/jira/browse/CSV-234?focusedWorklogId=200345&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-200345
 ]

ASF GitHub Bot logged work on CSV-234:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Feb/19 03:44
            Start Date: 19/Feb/19 03:44
    Worklog Time Spent: 10m 
      Work Description: luyseyal commented on pull request #39: [CSV-234] 
Enable escaping of quotes in CLOBs
URL: https://github.com/apache/commons-csv/pull/39
 
 
   This fixes Excel output.
   
   Given a CLOB like:
   ```
   Choose either
   "Y" or "N"
   ```
   The patch will transform it to:
   ```
   Choose either
   "'Y"" or ""N""
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 200345)
    Time Spent: 20m  (was: 10m)

> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to