From d085ebb4cbd3b9470c8236b167ff3d11e6765fb0 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Tue, 19 May 2015 11:48:58 -0500 Subject: [PATCH] Change 3.0 => 2.2 in CQL3 documentation --- doc/cql3/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 2e5861591a..2463a0133e 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -1498,7 +1498,7 @@ See "@CREATE AGGREGATE@":#createAggregateStmt and "@DROP AGGREGATE@":#dropAggreg h2(#json). JSON Support -Cassandra 3.0 introduces JSON support to "@SELECT@":#selectStmt and "@INSERT@":#insertStmt statements. This support does not fundamentally alter the CQL API (for example, the schema is still enforced), it simply provides a convenient way to work with JSON documents. +Cassandra 2.2 introduces JSON support to "@SELECT@":#selectStmt and "@INSERT@":#insertStmt statements. This support does not fundamentally alter the CQL API (for example, the schema is still enforced), it simply provides a convenient way to work with JSON documents. h3(#selectJson). SELECT JSON