You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2014/04/22 15:42:15 UTC

[jira] [Updated] (CASSANDRA-7055) Broken CQL Version number in 2.0.7

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

Jeremy Hanna updated CASSANDRA-7055:
------------------------------------

    Summary: Broken CQL Version number in 2.0.7  (was: Boken CQL Version number in 2.0.7)

> Broken CQL Version number in 2.0.7
> ----------------------------------
>
>                 Key: CASSANDRA-7055
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7055
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Michaël Figuière
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>             Fix For: 2.0.8
>
>
> Cassandra 2.0.7 has introduced 2 changes in the CQL language:
> *Add uuid() function (CASSANDRA-6473)
> *Add support for DELETE ... IF EXISTS to CQL3 (CASSANDRA-5708)
> Unfortunately the {{cql_version}} hasn't been incremented as reported in the {{system.local}} table.
> In 2.0.6:
> {code}
> cqlsh> select cql_version from system.local;
>  cql_version
> -------------
>        3.1.5
> {code}
> In 2.0.7:
> {code}
> cqlsh> select cql_version from system.local;
>  cql_version
> -------------
>        3.1.5
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)