[EMAIL PROTECTED] wrote:
> The discussion thread indicates a need for some advice.
A nice euphemism for me being clueless :-)
> Either, your solution works on top of SQL or it
> works directly on MAL. Don't ever attempt to be a
> man in the middle, e.g. exploiting the implementation
> scheme de
Hello Martin,
> >> However, I have found one solution to my problem; if I type the left
> >> hand side, everything works:
> >>
> >> mal>b:bat[:int,:int] := bbp.bind("test");
> >>
> yes that is necessary. In general the type of the bind can not be known.
> and MAL requires strongly typed inst
Hello,
sorry for asking so many dumb questions, but I don't seem
to be able to find the answers in the docs.
I try to create and persist a bat:
(mclient -d demo -l mal)
n := bat.new(:oid,:str);
bat.setName(n, "person_name");
bat.setPersistent(n, true);
bat.append(n, "John", true);
bat.append(n