You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2014/12/16 15:58:13 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-8393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Lerer resolved CASSANDRA-8393.
---------------------------------------
    Resolution: Fixed

This problem was fixed as part of the patch for CASSANDRA-8365

> 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
>            Assignee: Benjamin Lerer
>             Fix For: 2.1.3
>
>
> 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)