Bugs item #1652527, was opened at 2007-02-05 17:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1652527&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 general
Group: Pathfinder CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Maurice van Keulen (mvankeulen)
Assigned to: Nobody/Anonymous (nobody)
Summary: CMDleftfetchjoin: operation failed

Initial Comment:
The query below (which uses the attached module) results in an error.

import module namespace pxml = "http://www.cs.utwente.nl/~keulen";
   at "/local/keulen/Programming/probprot/monetdb/probxml.xq";

let $imovie1 := <movie>
                   <title>King Kong</title>
                   <year>2005</year>
                </movie>
   ,$imovie2 := <movie>
                   <title>King Kong</title>
                   <year>1933</year>
                </movie>
   ,$config := <config>
                  <nonmultiple>title</nonmultiple>
                  <nonmultiple>year</nonmultiple>
               </config>
return
let $i := pxml:integrate_e($config,$imovie1,$imovie2)
return
<a>{$i}
</a>

I just made rigorous changes to the code in the module, so I can't tell you 
what the output of the query should be. It should in any case not be a MonetDB 
error message.

ERROR = !ERROR: BATmalleftfetchjoin: Cannot perform leftfetchjoin: right head 
is no dense OID column.
        !ERROR: CMDleftfetchjoin: operation failed.

Version: Just compiled the latest HEAD-version (today 5 feb). Suse/Linux.

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

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to