You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2016/02/05 17:13:39 UTC

[jira] [Updated] (CASSANDRA-11123) cqlsh pg-style-strings broken if line ends with ';'

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

Sylvain Lebresne updated CASSANDRA-11123:
-----------------------------------------
    Reviewer: Stefania

> cqlsh pg-style-strings broken if line ends with ';'
> ---------------------------------------------------
>
>                 Key: CASSANDRA-11123
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11123
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>             Fix For: 2.2.x
>
>
> If one separate line in a multi-line pg-style-string ends with a semicolon in cqlsh, cqlsh incorrectly assumes that that is the end of the statement.
> {code}
> cqlsh:foo> insert into tab (pk, val) values (2, $$
>        ... wepofjef
>        ... wefoijew
>        ... ;
> SyntaxException: <ErrorMessage code=2000 [Syntax error in CQL query] message="line 4:0 mismatched character ';' expecting '$'">
> {code}



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