Xian Yi Teng created CASSANDRA-11088:
----------------------------------------
Summary: Tab completion for mixed-case keyspaces/tables or quotes
Key: CASSANDRA-11088
URL: https://issues.apache.org/jira/browse/CASSANDRA-11088
Project: Cassandra
Issue Type: New Feature
Components: Tools
Reporter: Xian Yi Teng
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)