29 May
2008
29 May
'08
10:25 a.m.
On Thu, May 29, 2008 at 09:40:33AM +0200, Fabian Groffen wrote:
On 29-05-2008 01:09:09 +0200, Marc Weber wrote:
Does MonetDB provide kind of query function WhichInOutTypesDoesQueryHave("SELECT ..") or WhichInOutTypesDoesQueryHave("INSERT INTO FOO (abc,def) VALUES (?,?)")
This way syntax and semantics could be checked at compile time.
We only have this at runtime, as result of what the engine has parsed and produced. So it wouldn't be too hard to just add a possibility to query this information without changing any db data?
That's good news :) Thanks Marc Weber