from ben on changing tcl code w/ query dispatcher calls
No, we definitely don't want to change the Tcl code this way. In
fact,for now, I would say don't change the Tcl code at all, in case
aD releases more Tcl code.
The Query Dispatcher includes hooks from the db_ api which will
automatically handle the dispatching. Right now, they still expect
default SQL. Eventually, we can take that default SQL out. But, as I
mentioned, I'd rather keep the Tcl code clean for now.
end from ben.
this looks like a much more elegant solution than what i thought the
query dispatcher was doing, very nice.