You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/09/18 19:45:15 UTC

[04/10] git commit: Fix CQL doc imprecision

Fix CQL doc imprecision


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

Branch: refs/heads/trunk
Commit: d28cf3eabda8c78ed6b6bc578392643de5d1476f
Parents: 8d6271d
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Sep 18 17:53:29 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Sep 18 17:53:29 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d28cf3ea/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index 168a05d..e0cea80 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -602,7 +602,7 @@ bc(syntax)..
 
 <relation> ::= <identifier> ('=' | '<' | '>' | '<=' | '>=') <term>
              | <identifier> IN '(' ( <term> ( ',' <term>)* )? ')'
-             | TOKEN '(' <identifier> ')' ('=' | '<' | '>' | '<=' | '>=') (<term> | TOKEN '(' <term> ')' )
+             | TOKEN '(' <identifier> ( ',' <identifer>)* ')' ('=' | '<' | '>' | '<=' | '>=') <term>
 
 <order-by> ::= <ordering> ( ',' <odering> )*
 <ordering> ::= <identifer> ( ASC | DESC )?