You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonas Dohse (Updated) (JIRA)" <ji...@apache.org> on 2012/04/17 14:23:19 UTC

[jira] [Updated] (CASSANDRA-4161) CQL 3.0 does not work in cqlsh with uppercase SELECT

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

Jonas Dohse updated CASSANDRA-4161:
-----------------------------------

    Attachment: 0001-Allow-CQL-3.0-with-uppercase-SELECT-statement.patch

Fix problem by converting command to lower case
                
> CQL 3.0 does not work in cqlsh with uppercase SELECT
> ----------------------------------------------------
>
>                 Key: CASSANDRA-4161
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4161
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1.0
>         Environment: cqlsh
>            Reporter: Jonas Dohse
>            Priority: Minor
>              Labels: cql3, cqlsh
>         Attachments: 0001-Allow-CQL-3.0-with-uppercase-SELECT-statement.patch
>
>
> Uppercase SELECT prevents usage of CQL 3.0 features like ORDER BY
> Example:
> select * from test ORDER BY number; # works
> SELECT * from test ORDER BY number; # fails

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira