Add missed CQL keywords to documentation

patch by Andres de la Peña; reviewed by Benjamin Lerer for CASSANDRA-14359
This commit is contained in:
Andrés de la Peña 2018-04-06 14:03:04 +01:00
parent eaf9bf18b2
commit e42d9e7d69
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
3.0.17
* Deprecate background repair and probablistic read_repair_chance table options
(CASSANDRA-13910)
* Add missed CQL keywords to documentation (CASSANDRA-14359)
* Fix unbounded validation compactions on repair / revert CASSANDRA-13797 (CASSANDRA-14332)
* Avoid deadlock when running nodetool refresh before node is fully up (CASSANDRA-14310)
* Handle all exceptions when opening sstables (CASSANDRA-14202)

View File

@ -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 |