Bugs item #2877044, was opened at 2009-10-12 15:21 Message generated for change (Comment added) made by boncz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2877044&group_id=56967
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: PF general Group: Pathfinder "stable" Status: Open Resolution: None Priority: 5 Private: No Submitted By: Maurice van Keulen (mvankeulen) Assigned to: Nobody/Anonymous (nobody) Summary: PF: binding sequence in a for clause has static type `empty' Initial Comment: (Aug2009 stable; Linux) The query below gives a type error: binding sequence in a for clause has static type `empty'. It gives the same error for both expressions $error1 and $error2. The error goes away if you replace $wsa by $wsb while that should affect the result. let $wsa := ( <r1><v>1</v><v>2</v></r1> ,<r2><v>1</v><v>2</v></r2> ) let $wsb := ( <r1><v>1</v><v>2</v></r1> ) let $error1 := $wsa/v[parent::r1] let $error2 := $wsa/self::r1/v return $error1 ---------------------------------------------------------------------- >Comment By: Peter Boncz (boncz) Date: 2009-11-12 10:44 Message: Jan, that bug is closed, so it should not be? Is this fixable? ---------------------------------------------------------------------- Comment By: Jan Rittinger (tsheyar) Date: 2009-10-12 16:04 Message: problem already known... see http://sourceforge.net/tracker/?func=detail&aid=2211565&group_id=56967&atid=482468 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2877044&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
