Michaël Figuière created CASSANDRA-7055:
-------------------------------------------
Summary: 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
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)