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

Jonathan Ellis updated CASSANDRA-2622:
--------------------------------------

    Attachment: 2622-in-progress.txt

- adds validation that key_alias must be ascii
- adds key to wildcard columns
- adds support for key in named columns list

Stuck getting antlr to be happy with using key as a column name though:

{noformat}
SELECT KEY, birthdate FROM IndexedA WHERE birthdate = 100
{noformat}

gives "no viable alternative at input 'key'".

I believe the problem is that KEY is a keyword (K_KEY) but not sure how to make 
that allowed in column list.

> Select * doesn't include row key
> --------------------------------
>
>                 Key: CASSANDRA-2622
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2622
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.8.0
>
>         Attachments: 2622-in-progress.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to