You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Sean Timm (JIRA)" <ji...@apache.org> on 2010/02/10 04:18:28 UTC

[jira] Updated: (SOLR-1767) DataImportHandler: dataimporter.functions.escapeSql() does not escape backslash character

     [ https://issues.apache.org/jira/browse/SOLR-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Timm updated SOLR-1767:
----------------------------

               Labels: dih  (was: )
          Component/s: contrib - DataImportHandler
        Fix Version/s: 1.5
          Description: 
MySQL requires that the backslash and the quote character used to quote the string in the query be escaped.  Currently only single and double quotes are escaped.

See: http://dev.mysql.com/doc/refman/4.1/en/mysql-real-escape-string.html
    Affects Version/s: 1.4
              Summary: DataImportHandler: dataimporter.functions.escapeSql() does not escape backslash character  (was: DataImportHandler: dataimporter.functions.escapeSql)

> DataImportHandler: dataimporter.functions.escapeSql() does not escape backslash character
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-1767
>                 URL: https://issues.apache.org/jira/browse/SOLR-1767
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4
>            Reporter: Sean Timm
>             Fix For: 1.5
>
>
> MySQL requires that the backslash and the quote character used to quote the string in the query be escaped.  Currently only single and double quotes are escaped.
> See: http://dev.mysql.com/doc/refman/4.1/en/mysql-real-escape-string.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.