Bugs item #2015219, was opened at 2008-07-10 18:37
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=2015219&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 0.24
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ying Zhang (yingying)
Assigned to: Jan Rittinger (tsheyar)
Summary: PF: pf:mil() loses last MIL resulting BUN in elem_constr()

Initial Comment:
When converting the resulting BAT to XML elements (in elem_constr()), the value 
of the last BUN is lost, as show by the query below:

xquery>pf:mil('var a :=new(str,str); a.insert("abc", "abc").insert("dsaf", 
"dad"); a.print(); return a;')
more><>
#-----------------#
# h     t         # name
# str   str       # type
#-----------------#
[ "abc",  "abc"   ]
[ "dsaf", "dad"   ]
<bun tail="abc" head="abc"/>,
<bun/>

While 'a' does contain two BUNs, as show by the print() statement.


Regards,

Jennie


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

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

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to