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

[jira] [Assigned] (CASSANDRA-7055) Boken CQL Version number in 2.0.7

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

Jonathan Ellis reassigned CASSANDRA-7055:
-----------------------------------------

    Assignee: Sylvain Lebresne

> Boken 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
>
> 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)