[ 
https://issues.apache.org/jira/browse/CASSANDRA-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474129#comment-13474129
 ] 

Jonathan Ellis commented on CASSANDRA-4787:
-------------------------------------------

Have you tested this?  Prepared statements are not based on string 
interpolation.
                
> Escape characters in values for prepared statement
> --------------------------------------------------
>
>                 Key: CASSANDRA-4787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4787
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API, Core
>    Affects Versions: 1.1.5
>            Reporter: Ivan Velykorodnyy
>
> e.g. if I pass String value="abc'efg" as a parameter to prepared statement, 
> would be nice if API does escape substitution: "abc''efg".
> * Are there other characters to escape?
> * I think it should be default behavior for prepared statements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to