You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Xian Yi Teng (JIRA)" <ji...@apache.org> on 2016/08/16 22:32:20 UTC

[jira] [Commented] (CASSANDRA-11088) Tab completion for mixed-case keyspaces/tables or quotes in cqlsh

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

Xian Yi Teng commented on CASSANDRA-11088:
------------------------------------------

Duplicate of CASSANDRA-11664.

> Tab completion for mixed-case keyspaces/tables or quotes in cqlsh
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-11088
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11088
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Xian Yi Teng
>              Labels: cqlsh
>
> On versions
> {code}
> [cqlsh 5.0.1 | Cassandra 3.0.1.816 | DSE 5.0.0 | CQL spec 3.4.0 | Native protocol v4]
> [cqlsh 5.0.1 | Cassandra 2.1.11.872 | DSE 4.7.4 | CQL spec 3.2.1 | Native protocol v3]
> {code}
> {code}
> cqlsh> CREATE KEYSPACE "HerMajesty" WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'}  AND durable_writes = true;
> cqlsh> create table "HerMajesty"."HerHighness" (pk int primary key);
> cqlsh> select * from "HerMajesty"."HerHighness";
>  pk
> ----
> (0 rows)
> cqlsh> select * from H //tab here doesn't work
> cqlsh> select * from " //tab here doesn't work
> cqlsh> select * from "Her //tab here doesn't work
> cqlsh> select * from "HerMajesty"." //tab here doesn't work
> {code}



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