18 May
2006
18 May
'06
5:54 p.m.
I am using monetdb 4.10.2 on an AMD64 Gentoo Linux system (the Gentoo ebuild). I suspect there's a bug in the handling of the multiplex string-add: The following mil code: var xxx := "aap noot mies".split(" "); (xxx [+] xxx).print(); prints an empty BAT: #-----------------# # h t # name # void str # type #-----------------# where I expected: [ nil, "aapaap" ] [ nil, "nootnoot" ] [ nil, "miesmies" ] It looks like every invocation of the string [+] gives an empty result. Greetings, Peter Roozemaal.