You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Halliday (JIRA)" <ji...@apache.org> on 2014/11/28 14:37:12 UTC

[jira] [Created] (CASSANDRA-8393) support quoted identifiers for index names

Jonathan Halliday created CASSANDRA-8393:
--------------------------------------------

             Summary: support quoted identifiers for index names
                 Key: CASSANDRA-8393
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8393
             Project: Cassandra
          Issue Type: Bug
         Environment: v2.1.2
            Reporter: Jonathan Halliday


CREATE TABLE "quoted_ident" ...
is valid in cql, whilst
CREATE INDEX "quoted_ident" ...
is not.

This is inconsistent and troublesome for frameworks or tooling that needs to sling around case sensitive identifiers.



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