From ad91d41628e6e2ff89d552fc3630682cd1c29f3f Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Tue, 10 Feb 2015 13:20:51 -0600 Subject: [PATCH] nija: fix cqlsh completion for full() collection indexes --- pylib/cqlshlib/cql3handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/cqlshlib/cql3handling.py b/pylib/cqlshlib/cql3handling.py index 31f0de2324..f089cd77a3 100644 --- a/pylib/cqlshlib/cql3handling.py +++ b/pylib/cqlshlib/cql3handling.py @@ -1001,7 +1001,7 @@ syntax_rules += r''' cf= "(" ( col= | "keys(" col= ")" | - "fullCollection(" col= ")" + "full(" col= ")" ) ")" ( "USING" ( "WITH" "OPTIONS" "=" )? )? ;