Add link to cql3 reference in news file
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3ff0c81f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3ff0c81f Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3ff0c81f Branch: refs/heads/trunk Commit: 3ff0c81f66446e5d754a59cd393628af1fd66e2c Parents: 9ccaaad Author: Sylvain Lebresne <[email protected]> Authored: Wed Jan 9 18:48:44 2013 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Wed Jan 9 18:48:44 2013 +0100 ---------------------------------------------------------------------- NEWS.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3ff0c81f/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index e371490..37d8748 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -90,7 +90,8 @@ Upgrading 'replication_factor' : 2 }; Also, the consistency level cannot be set in the language anymore, but is at the protocol level. - Please refer to the CQL3 documentation for details. + Please refer to the CQL3 documentation (http://cassandra.apache.org/doc/cql3/CQL.html) + for details. - In CQL3, the DROP behavior from ALTER TABLE has currently been removed (because it was not correctly implemented). We hope to add it back soon (Cassandra 1.2.1 or 1.2.2)
