Bugs item #2686121, was opened at 2009-03-13 13:58
Message generated for change (Comment added) made by vzzzbx
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: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Wouter Alink (vzzzbx)
Assigned to: Wouter Alink (vzzzbx)
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: Wouter Alink (vzzzbx)
Date: 2009-06-19 11:10

Message:
Test added in tests/BugTracker: oidInDocMgmt.SF-2686121
Closing bug.

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

Comment By: Lefteris Sidirourgos (lsidir)
Date: 2009-06-16 10:41

Message:
This is fixed but there is no test still? Wouter can you come up with a
test and add it? 

Thank you,

lefteris

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

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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to