From: Lars H. <he...@se...> - 2006-02-10 12:54:35
|
Hi George, [...] > select $T from topic($T), instance-of($T,11998)? > gives me "Error parsing query string." > also the calls > select $T from topic($T), instance-of($T,'11998')? > select $T from topic($T), instance-of($T,"11998")? > are not acceptable > when I replace the 11998 id with some no number text the call works OK [...] The problem is, that the lexer interprets the number as INT and the parser does not pass INTs to predicates. This failure is somehow related to the failure Thomas Munch detected some days ago and the bug with the value predicate (this failure is described in the bug tracker. I believe you've submitted it). I'll work on the issues and provide some patches next week. Best regards, Lars -- http://semagia.com |