You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/27 15:42:00 UTC

[jira] [Work logged] (CSV-238) Escape quotes in CLOBs

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

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

                Author: ASF GitHub Bot
            Created on: 27/Feb/19 15:41
            Start Date: 27/Feb/19 15:41
    Worklog Time Spent: 10m 
      Work Description: asfgit commented on pull request #39: [CSV-238] Escape quotes in CLOBs
URL: https://github.com/apache/commons-csv/pull/39
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 205214)
            Time Spent: 10m
    Remaining Estimate: 0h

> Escape quotes in CLOBs
> ----------------------
>
>                 Key: CSV-238
>                 URL: https://issues.apache.org/jira/browse/CSV-238
>             Project: Commons CSV
>          Issue Type: Bug
>            Reporter: Stephen Olander-Waters
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> CSV-234 left an issue where CLOBs with embedded quotes were not properly escaped.
> Given a CLOB like:
> {code:java}
> Choose either
> "Y" or "N"{code}
> It should be transformed to:
> {code:java}
> Choose either
> ""Y"" or ""N""{code}
>  
> This patch will fix it (the bad coverage report is from unrelated code pushed to master this past weekend)
> [https://github.com/apache/commons-csv/pull/39]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)