You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "mlowicki (JIRA)" <ji...@apache.org> on 2015/01/30 09:40:35 UTC

[jira] [Created] (CASSANDRA-8705) cqlsh doesn't handle new line escape character inside string literals

mlowicki created CASSANDRA-8705:
-----------------------------------

             Summary: cqlsh doesn't handle new line escape character inside string literals
                 Key: CASSANDRA-8705
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8705
             Project: Cassandra
          Issue Type: Bug
            Reporter: mlowicki


{code}
cqlsh:sync> select count(*) from entity where user_id='255824802' and parent_id='MzI5MDReMV48c2VydmVyIHRhZz50cmFzaF9ib29rbWFya3M=
        ... ';

 count
-------
     1

(1 rows)
cqlsh:sync> select count(*) from entity where user_id='255824802' and parent_id='MzI5MDReMV48c2VydmVyIHRhZz50cmFzaF9ib29rbWFya3M=\n';

 count
-------
     0

(1 rows)
{code}



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