Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22990/tests/BugTracker/Tests

Added Files:
        query_compilation_item3.SF-2130051.xq 
Log Message:
propagated changes of Monday Feb 16 2009 - Tuesday Feb 17 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/16 - stmane:
        tests/BugTracker/Tests/query_compilation_item3.SF-2130051.xq,1.1.2.1

added test for
[ 2130051 ] XQ: query compilation: item3 not found
https://sourceforge.net/tracker/index.php?func=detail&aid=2130051&group_id=56967&atid=482468

appears to work fine.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: query_compilation_item3.SF-2130051.xq ---
<result> {
let $entries := <aap/>//entry
for $i in distinct-values($entries//docs)
return
<cluster> {
element { "name" } { $i },
let $items := $entries[docs=$i]
let $exts := for $a in $items/names/name
return substring-after($a,"a")
for $j in $exts
return <hit> {
$items/names/name[ends-with(.,$j)]
} </hit>
} </cluster>
} </result>


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to