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

2013-08-16 Thread Brandon Williams (JIRA)

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

Brandon Williams commented on CASSANDRA-5798:
-

+1

> 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
> Fix For: 1.2.9
>
> Attachments: 5798.txt
>
>
> 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


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

2013-07-23 Thread Jonathan Ellis (JIRA)

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

Jonathan Ellis commented on CASSANDRA-5798:
---

Since I bothered looking it up: 
http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimiters-in-sql-that-are-vendor-agnostic

> Cqlsh should support multiline comments
> ---
>
> Key: CASSANDRA-5798
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5798
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Michaël Figuière
>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