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

CQL 3.0 does not work in cqlsh with uppercase SELECT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.1.0
    • Legacy/Tools
    • cqlsh

    • Low

    Description

      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

      Attachments

        1. 0001-Allow-CQL-3.0-with-uppercase-SELECT-statement.patch
          0.9 kB
          Jonas Dohse
        2. 4161.patch.txt
          0.7 kB
          paul cannon

        Activity

          People

            dohse Jonas Dohse
            dohse Jonas Dohse
            Jonas Dohse
            paul cannon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: