Bugs item #1648854, was opened at 2007-01-31 14:34
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1648854&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 CVS Head
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Maurice van Keulen (mvankeulen)
>Assigned to: Peter Boncz (boncz)
Summary: !ERROR: combine_text_string: input BAT iter must be sorted o

Initial Comment:
[Suse 9 Linux]

Query

let $a := (<a/>,<b/>,<c><d/></c>)
,   $nids := ( for $i in $a return pf:nid($i) )
for $o in id($nids,<a/>)
return <r>{$o}<eq>{$o is exactly-one($a[1])}</eq></r>

gives error message
ERROR = !ERROR: combine_text_string: input BAT iter must be sorted on tail.
        !ERROR: CMDcombine_text_string: operation failed.

good answer is

<r><a/><eq>true</eq></r>,
<r><b/><eq>false</eq></r>,
<r><c><d/></c><eq>false</eq></r>


----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2007-03-13 22:48

Message:
Logged In: YES 
user_id=572415
Originator: NO

["Mane'\''s back"]

back-ported new tests "ID.1652527.*" & "ID.1648854.*"
in pathfinder/tests/BugsViaSourgeforce/Tests/
from the development trunk to the XQuery_0-16 release branch;

since the bugs were (correctly) fixed in the XQuery_0-16 release branch,
also the repective tests should be added there to confirm and monitor the
fix.


----------------------------------------------------------------------

Comment By: Peter Boncz (boncz)
Date: 2007-03-11 02:41

Message:
Logged In: YES 
user_id=591107
Originator: NO

fixed this bug (both STABLE + HEAD) plus created a test (HEAD)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1648854&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

Reply via email to