You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Nasron Cheong (JIRA)" <ji...@apache.org> on 2016/04/19 19:44:25 UTC

[jira] [Updated] (HIVE-13548) hive-jdbc isn't escaping slashes during PreparedStatement

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

Nasron Cheong updated HIVE-13548:
---------------------------------
    Status: Patch Available  (was: Open)

Escaping '\' during prepared statement setString

> hive-jdbc isn't escaping slashes during PreparedStatement
> ---------------------------------------------------------
>
>                 Key: HIVE-13548
>                 URL: https://issues.apache.org/jira/browse/HIVE-13548
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>            Reporter: Nasron Cheong
>            Assignee: Nasron Cheong
>         Attachments: HIVE-13548.patch
>
>
> Calling setString on a prepared statement with a string containing a '\' will cause the SQL construction to fail.
> I believe the slash should be escaped by the setString function.
> There may be other characters that require escaping during the same call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)