Hi,
> I have seen the new feature to add new function directly with Java
> source code. Pretty cool feature.
Unfortunately I forgot a critical part: the source code is not stored
in the database :-/ When you close the database, the function is lost.
Pretty embarrassing.
> I checked INFORMATION_SCHEMA.FUNCTION_ALIAS but as far as I can tell,
> the source is not stored in there.
You are right, I will have to add a column with the source code.
And more tests...
Regards,
Thomas