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 2014/07/22 19:04:51 UTC

[2/3] git commit: Ninja: add note about CQL2 removal to CQL2 docs

Ninja: add note about CQL2 removal to CQL2 docs


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

Branch: refs/heads/cassandra-2.1.0
Commit: 9906a4e5de083b3d23d4e2b68c2bf1736405d878
Parents: ff211a4
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Tue Jul 22 11:59:53 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Tue Jul 22 12:00:24 2014 -0500

----------------------------------------------------------------------
 doc/cql/CQL.textile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9906a4e5/doc/cql/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql/CQL.textile b/doc/cql/CQL.textile
index 1cfe883..a874a29 100644
--- a/doc/cql/CQL.textile
+++ b/doc/cql/CQL.textile
@@ -2,6 +2,8 @@
 
 h1. Cassandra Query Language (CQL) v2.0
 
+<b>%{color:red}NOTICE%</b>: CQL 2 has been deprecated since Cassandra 2.0, and will be removed in Cassandra 3.0.  It is recommended that you upgrade to CQL 3, which has much better driver support and many new features.  For further reading, see the "CQL 3 documentation":http://cassandra.apache.org/doc/cql3/CQL.html and the "CQL 3 drivers":http://wiki.apache.org/cassandra/ClientOptions.
+
 h2. Table of Contents
 
 {toc}