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

Richard Low commented on CASSANDRA-5879:
----------------------------------------

Or is it the intention that users use quotes?  This works:

cqlsh> use "UPPER_KS";
cqlsh:UPPER_KS> select * from "UPPER_CF";
cqlsh:UPPER_KS>

This seems surprising.  If this is the intention then a hint would help e.g.:

cqlsh> use UPPER_KS;
Bad Request: Keyspace 'upper_ks' does not exist. Hint: surround case-sensitive 
identifiers with quotes.
                
> cqlsh shouldn't lower case keyspace or column family names
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-5879
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5879
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Richard Low
>            Priority: Minor
>
> Keyspace and column family names appear to be case sensitive.  But cqlsh 
> converts them to lower case.

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

Reply via email to