Erik Hatcher wrote:
On Aug 22, 2007, at 6:34 AM, loesh wrote:
Query parsed = qp.parse(queryString);
String parsedString = parsed.toString();
boolean equals = parsedString().equals(queryString);
Maybe not the clearest of questions. but should "equals" in the above
example allways be true for
On Aug 22, 2007, at 6:34 AM, loesh wrote:
Query parsed = qp.parse(queryString);
String parsedString = parsed.toString();
boolean equals = parsedString().equals(queryString);
Maybe not the clearest of questions. but should "equals" in the
above example allways be true for any Query?
No, tha