mirror of https://github.com/apache/cassandra
Bump CQL version for 3.0 (CASSANDRA-10921)
This commit is contained in:
parent
450fca99df
commit
4e5867affc
|
|
@ -1,6 +1,6 @@
|
|||
<link rel="StyleSheet" href="CQL.css" type="text/css" media="screen">
|
||||
|
||||
h1. Cassandra Query Language (CQL) v3.3.1
|
||||
h1. Cassandra Query Language (CQL) v3.4.0
|
||||
|
||||
|
||||
|
||||
|
|
@ -2267,6 +2267,9 @@ h2(#changes). Changes
|
|||
|
||||
The following describes the changes in each version of CQL.
|
||||
|
||||
h3. 3.4.0
|
||||
|
||||
* Support for "materialized views":#createMVStmt
|
||||
|
||||
h3. 3.3.1
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ import org.github.jamm.MemoryMeter;
|
|||
|
||||
public class QueryProcessor implements QueryHandler
|
||||
{
|
||||
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.3.1");
|
||||
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.4.0");
|
||||
|
||||
public static final QueryProcessor instance = new QueryProcessor();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue