You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/08/07 20:20:48 UTC

[jira] [Updated] (CASSANDRA-5798) Cqlsh should support multiline comments

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

Jonathan Ellis updated CASSANDRA-5798:
--------------------------------------

       Reviewer: brandon.williams
    Component/s: Tools
       Assignee: Aleksey Yeschenko
    
> Cqlsh should support multiline comments
> ---------------------------------------
>
>                 Key: CASSANDRA-5798
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5798
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Michaël Figuière
>            Assignee: Aleksey Yeschenko
>            Priority: Trivial
>
> Right now cqlsh doesn't support multiline comments that are available in the CQL grammar:
> {quote}
> {code}
> MULTILINE_COMMENT
>     : '/*' .* '*/' { $channel = HIDDEN; }
>     ;
> {code}
> {quote}
> These should be supported both in file and interactive mode (where copy pasting large chunks of CQL scripts containing such comments might be convenient).

--
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