Bugs item #1841747, was opened at 2007-11-30 15:36
Message generated for change (Comment added) made by stmane
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1841747&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/runtime
Group: Pathfinder 0.20
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Henning Rode (hrode)
>Assigned to: Stefan Manegold (stmane)
Summary: preceding-sibling failure
Initial Comment:
let $c := <a><t/><t/><p/><t><p/></t></a>
for $doc in $c//p
return $doc/preceding-sibling::*
causes the following error:
ERROR = !ERROR: PFll_child: both iter_bat and ctx_bat must have a dense head.
!ERROR: PFll_child: operation failed.
the same query, however, works fine as soon as we change "preceding-sibling" by
"following-sibling"
----------------------------------------------------------------------
>Comment By: Stefan Manegold (stmane)
Date: 2007-12-02 00:10
Message:
Logged In: YES
user_id=572415
Originator: NO
Fixed in CVS (XQuery_0-20 release branch):
ll_preceding relied on properties that ll_parent did not set completely in
all cases;
in case the result of ll_parent is as long at the input, i.e., each item
found a (per iter)
unique item, then the ll_parent result head (iter) should inherit the
properties of the input
iter_bat's tail.
Added test in
pathfinder/tests/BugTracker/Tests/preceding-sibling_failure.SF-1841747*
----------------------------------------------------------------------
Comment By: Stefan Manegold (stmane)
Date: 2007-12-01 03:14
Message:
Logged In: YES
user_id=572415
Originator: NO
confirmed for default (i.e., `Mserver --debug=0`); however, it seems to
work fine with property checking enabled (i.e., `Mserver --debug=10`);
hence, it's most probably a property related issue --- investigating ...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1841747&group_id=56967
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs