From 9b5ba6ca51e6e35116fbac715cb0e1d3b7eb94f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20de=20la=20Pen=CC=83a?= Date: Fri, 6 Apr 2018 14:03:04 +0100 Subject: [PATCH] Add missed CQL keywords to documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Andres de la Peña; reviewed by Benjamin Lerer for CASSANDRA-14359 --- CHANGES.txt | 1 + doc/cql3/CQL.textile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d701a221af..0143fc590f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.17 + * Add missed CQL keywords to documentation (CASSANDRA-14359) * Handle repeat open bound from SRP in read repair (CASSANDRA-14330) * Use zero as default score in DynamicEndpointSnitch (CASSANDRA-14252) * Respect max hint window when hinting for LWT (CASSANDRA-14215) diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 54888b8717..cc2b9aa327 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -2193,6 +2193,7 @@ CQL distinguishes between _reserved_ and _non-reserved_ keywords. Reserved keywo | @INSERT@ | yes | | @INT@ | no | | @INTO@ | yes | +| @IS@ | yes | | @JSON@ | no | | @KEY@ | no | | @KEYS@ | no | @@ -2203,6 +2204,7 @@ CQL distinguishes between _reserved_ and _non-reserved_ keywords. Reserved keywo | @LIST@ | no | | @LOGIN@ | no | | @MAP@ | no | +| @MATERIALIZED@ | yes | | @MODIFY@ | yes | | @NAN@ | yes | | @NOLOGIN@ | no | @@ -2257,6 +2259,7 @@ CQL distinguishes between _reserved_ and _non-reserved_ keywords. Reserved keywo | @VALUES@ | no | | @VARCHAR@ | no | | @VARINT@ | no | +| @VIEW@ | yes | | @WHERE@ | yes | | @WITH@ | yes | | @WRITETIME@ | no |