Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2667717E6C for ; Fri, 30 Jan 2015 11:22:37 +0000 (UTC) Received: (qmail 10687 invoked by uid 500); 30 Jan 2015 11:22:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 10640 invoked by uid 500); 30 Jan 2015 11:22:34 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 10629 invoked by uid 99); 30 Jan 2015 11:22:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2015 11:22:34 +0000 Date: Fri, 30 Jan 2015 11:22:34 +0000 (UTC) From: "mlowicki (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-8705) cqlsh doesn't handle new line escape character inside string literals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-8705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298510#comment-14298510 ] mlowicki edited comment on CASSANDRA-8705 at 1/30/15 11:21 AM: --------------------------------------------------------------- I haven't heard about DevCenter. Tried and works really cool! It'll definitely alleviate some issues with cqlsh. Thanks! was (Author: mlowicki): I haven't heard about DevCenter. Tried and works really cool! I'll definitely alleviate some issues with cqlsh. Thanks! > 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)