Hi, > I need the connection in Trigger's close() and remove() methods. > How am I supposed to do cleanup if I don't have a connection to the > database?
You can use the connection you got in the "init" method. > Why did you write function DATABASE()? I don't remember. Actually, now I would probably not write such a method, and instead add it to information_schema.settings. > And why in the information_schema tables the catalog name is mentioned > everywhere? For compatibility with other databases. > I think the file name should be [uppercase]. > It certainly is not required but it is desired :-) No. I don't like all uppercase file names. > Someone has 3 databases on linux and wants to move them on windows. > Oh but he can't. Sure he can. > What is the benefit of keeping database names case-sensitive? You mean file names? 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.
