Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-11088

Tab completion for mixed-case keyspaces/tables or quotes in cqlsh

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • Legacy/Tools

    Description

      On versions

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            xytxytxyt Xian Yi Teng
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: