Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Hql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24788/NHibernate/Hql
Modified Files:
WhereParser.cs
Log Message:
Removed a TODO that doesn't apply anymore.
Index: WhereParser.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Hql/WhereParser.cs,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** WhereParser.cs 20 Aug 2004 17:39:02 -0000 1.20
--- WhereParser.cs 28 Aug 2004 15:33:56 -0000 1.21
***************
*** 31,35 ****
private static StringCollection expressionTerminators = new StringCollection(); //tokens that close a sub expression
private static StringCollection expressionOpeners = new StringCollection(); //tokens that open a sub expression
- //TODO: HACK to make this internal for QueryTranslator...
private static StringCollection booleanOperators = new StringCollection(); //tokens that would indicate a sub expression is a boolean expression
--- 31,34 ----
|