Bugs item #2686121, was opened at 2009-03-13 13:58
Message generated for change (Comment added) made by lsidir
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2686121&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: Fixed
Priority: 5
Private: No
Submitted By: Wouter Alink (vzzzbx)
Assigned to: Lefteris Sidirourgos (lsidir)
Summary: XQ: oids in DocmgmTape

Initial Comment:
Adding documents using an XML document which lists the names of the documents 
doesn't work in the Algebra version. Using MPS works fine. See below.


I'm using the stable Feb2009 branch


$ cat /tmp/aap.xml
<aap/>

$ cat test.xq
for $i in <docs>
            <doc>/tmp/aap.xml</doc>
</docs>//doc
let $docname := $i cast as xs:string
let $data := $i cast as xs:string
return pf:add-doc($data,$docname,"patents04")

$ mclient -G -lxq -p50030 test.xq
MAPI  = mone...@localhost:50030
QUERY = for $i in <docs>
ERROR = !ERROR: interpret: no matching MIL operator to 
'DocmgmTape(BAT[oid,BAT], BAT[oid,str], BAT[oid,str], BAT[oid,str], 
BAT[oid,lng])'.
        !MAYBE YOU MEAN:
        !       DocmgmTape(BAT[void,BAT], BAT[void,str], BAT[void,str], 
BAT[void,str], BAT[void,lng]) : void

$ mclient -g -lxq -p50030 test.xq

$

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

>Comment By: Lefteris Sidirourgos (lsidir)
Date: 2009-03-13 15:13

Message:
A fix has been commited to the Feb2009 branch. A test is pending

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2686121&group_id=56967

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to