From: mike Date: Mon, 4 Nov 2002 23:42:30 +0000 (+0000) Subject: Add note to README X-Git-Tag: v1.5~239 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7895c7e8fb9bc2d49fed99822dc8e5113ca3b15d;hp=ea340fa93649ce6a3bda915ec0dbae585db3df62;p=cql-java-moved-to-github.git Add note to README --- diff --git a/README b/README index a5a565a..ccf57cf 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.11 2002-11-03 17:37:14 mike Exp $ +$Id: README,v 1.12 2002-11-04 23:42:30 mike Exp $ cql-java - a free CQL compiler, and other CQL tools, for Java @@ -119,6 +119,8 @@ THINGS TO DO possible to fix this without throwing out StreakTokenizer and rolling our own, which we absolutely _don't_ want to do. +* Allow keywords to be used unquoted as search terms. + * Some niceties for the cql-decompiling back-end: * don't emit redundant parentheses. * don't put spaces around relations that don't need them. diff --git a/VERSION b/VERSION index 49d5957..a53a0cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1 +0.2-in-progress