Bugs item #2458241, was opened at 2008-12-22 14:06 Message generated for change (Comment added) made by shcheklein You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2458241&group_id=129076
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Parser Group: Sedna (development) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Alexander Kalinin (allexk) Summary: Less operator doesn't work properly Initial Comment: Query: 1<1 raises the following error: SEDNA Message: ERROR XPST0003 It is a static error if an expression is not a valid instance of the grammar def ined in A.1 EBNF. Details: unknown token: '1', line: 1 Position: [C:\cygwin\home\Ivan\sedna\kernel\tr/xqp/XQueryDLGLexer.h:XQueryDLGLex er::errstd:21] ---------------------------------------------------------------------- >Comment By: Ivan Shcheklein (shcheklein) Date: 2009-05-12 18:56 Message: Bug is fixed in new flex/bison parser. Patch: http://sedna.git.sourceforge.net/git/gitweb.cgi?p=sedna;a=commit;h=a289a7d3dfb1836696f2d6bebf619b419dd5de5e ---------------------------------------------------------------------- Comment By: Ivan Shcheklein (shcheklein) Date: 2008-12-22 14:13 Message: As a temporary solution you can use the following workaround. Add additional whitespace characters: 1 < 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2458241&group_id=129076 ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
