Hi, currently you have to compile H2 yourself. There is no way to change the extension at runtime.
Patches are welcome :) Regards Christian On May 7, 6:09 pm, Paluee <[email protected]> wrote: > Hi, > > OK then how would I be able to edit this: > "The only way to change it would be to edit org.h2.engine.Constants. > There are constants defined for the file extensions. " > > Is there some method I can access called: > "ChangeExt(".h2.db",".ppyt"). > > Is there something like this. > Or do I have to somehow edit a java file and change the hardcoded > value manually. > > Please let me know. > > P > > On May 7, 2:39 am, Thomas Mueller <[email protected]> > wrote: > > > > > Hi, > > > >> as long as all files start with the same name > > > That's not required. Only the suffix needs to stay. > > > Ah, I understand... All files of the same database need to start with > > the same name... What about: > > > " > > While a database is closed, the files can be moved to another > > directory, and they can be renamed > > as well (as long as all files of the same database start with the same > > name and the > > respective extensions are unchanged). > > " > > > 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 > > athttp://groups.google.com/group/h2-database?hl=en. > > -- > 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 > athttp://groups.google.com/group/h2-database?hl=en. -- 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.
