From: mike Date: Fri, 8 Nov 2002 09:50:58 +0000 (+0000) Subject: tweak X-Git-Tag: v1.5~229 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=bb6f41c4c80af3861aaba8512590dae2ef0a6b01;p=cql-java-moved-to-github.git tweak --- diff --git a/README b/README index a508b3d..a28e430 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.15 2002-11-06 20:13:45 mike Exp $ +$Id: README,v 1.16 2002-11-08 09:50:58 mike Exp $ cql-java - a free CQL compiler, and other CQL tools, for Java @@ -119,12 +119,14 @@ 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. + +* Add support for serverChoiceRelation (scr). + * Write javadoc comments for CQLRelation and ModifierSet. * Write "overview" file for the javadoc documentation. -* 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.