Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
-
Low
Description
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:
cqlsh> select cql_version from system.local; cql_version ------------- 3.1.5
In 2.0.7:
cqlsh> select cql_version from system.local; cql_version ------------- 3.1.5
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-6874 CQL3 docs doesn't document conditional DELETE
- Resolved