Bugs item #1579510, was opened at 2006-10-18 11:08 Message generated for change (Comment added) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1579510&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter Boncz (boncz) Assigned to: Jens Teubner (teubner) Summary: XQ: update error for "(1,2)/." Initial Comment: I am not really sure whether this is a legal xquery: (1,2)/. (Galax does not like it either. Both Pf and galax accept it with elements: (<a/>,<b/>)/. ) but the PF error message is a bit confusing: -bash-3.00$ pf t.xq type error: illegal combination of query and update features # halted in /data/home/boncz/pathfinder/compiler/semantics/typecheck.brg (reduce), line 417 ---------------------------------------------------------------------- >Comment By: Sjoerd Mullender (sjoerd) Date: 2007-02-19 15:51 Message: Logged In: YES user_id=43607 Originator: NO Any news on this? ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2006-11-04 17:29 Message: Logged In: YES user_id=572415 test added in pathfinder/tests/BugTracker/Tests/update_error.SF-1579510.* correct/expected error message still pending ---------------------------------------------------------------------- Comment By: Jens Teubner (teubner) Date: 2006-10-18 11:24 Message: Logged In: YES user_id=731390 Hi Peter, your input is illegal because the `/' operator only allows node sequence on its left-hand side (and not a sequence of integers). The error message is indeed confusing. I will look into this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1579510&group_id=56967 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
