You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2012/10/22 01:26:11 UTC

[jira] [Created] (CASSANDRA-4845) Unclear that cqlsh requires quoating

Edward Capriolo created CASSANDRA-4845:
------------------------------------------

             Summary: Unclear that cqlsh requires quoating
                 Key: CASSANDRA-4845
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4845
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Edward Capriolo


For about two weeks I have been under the impression that most of the CQL help topics are unimplemented. Maybe I am dense, but I never would have guessed I had to quote certain help topics to get help and not others.

{noformat}
cqlsh:testks> HELP INSERT;
Improper HELP command.
cqlsh:testks> HELP 'INSERT';

        INSERT INTO [<keyspace>.]<tablename>
                    ( <colname1>, <colname2> [, <colname3> [, ...]] )
               VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
{noformat}

Either we should fix cqlsh so we do not need to quote these things, or we should actually put the quotes in the help menu which might indicate this to someone.


--
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] [Resolved] (CASSANDRA-4845) Unclear that cqlsh help requires quoating

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-4845.
---------------------------------------

    Resolution: Duplicate

Fixing in CASSANDRA-4811
                
> Unclear that cqlsh help requires quoating
> -----------------------------------------
>
>                 Key: CASSANDRA-4845
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4845
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Edward Capriolo
>
> For about two weeks I have been under the impression that most of the CQL help topics are unimplemented. Maybe I am dense, but I never would have guessed I had to quote certain help topics to get help and not others.
> {noformat}
> cqlsh:testks> HELP INSERT;
> Improper HELP command.
> cqlsh:testks> HELP 'INSERT';
>         INSERT INTO [<keyspace>.]<tablename>
>                     ( <colname1>, <colname2> [, <colname3> [, ...]] )
>                VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
> {noformat}
> Either we should fix cqlsh so we do not need to quote these things, or we should actually put the quotes in the help menu which might indicate this to someone.

--
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] [Updated] (CASSANDRA-4845) Unclear that cqlsh help requires quoating

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo updated CASSANDRA-4845:
---------------------------------------

    Summary: Unclear that cqlsh help requires quoating  (was: Unclear that cqlsh requires quoating)
    
> Unclear that cqlsh help requires quoating
> -----------------------------------------
>
>                 Key: CASSANDRA-4845
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4845
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Edward Capriolo
>
> For about two weeks I have been under the impression that most of the CQL help topics are unimplemented. Maybe I am dense, but I never would have guessed I had to quote certain help topics to get help and not others.
> {noformat}
> cqlsh:testks> HELP INSERT;
> Improper HELP command.
> cqlsh:testks> HELP 'INSERT';
>         INSERT INTO [<keyspace>.]<tablename>
>                     ( <colname1>, <colname2> [, <colname3> [, ...]] )
>                VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
> {noformat}
> Either we should fix cqlsh so we do not need to quote these things, or we should actually put the quotes in the help menu which might indicate this to someone.

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