You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2015/05/19 18:49:27 UTC

cassandra git commit: Change 3.0 => 2.2 in CQL3 documentation

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.2 e8766e53d -> d085ebb4c


Change 3.0 => 2.2 in CQL3 documentation


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d085ebb4
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d085ebb4
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d085ebb4

Branch: refs/heads/cassandra-2.2
Commit: d085ebb4cbd3b9470c8236b167ff3d11e6765fb0
Parents: e8766e5
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Tue May 19 11:48:58 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Tue May 19 11:48:58 2015 -0500

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d085ebb4/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index 2e58615..2463a01 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