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 -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=.
