Hi, Thanks for your patch! It is now committed.
There is compatibility problem: the CREATE ALIAS statements are included in the script and in the database file itself. If they contains the schema name, then older versions of H2 will not be able to open such databases. Therefore, currently the schema name is not included in script if the schema is PUBLIC. This will be changed in version 1.3.x. But other schema names are included, that means if you create such functions then you can't open the database with older versions of H2. 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=en.
