Hey Thomas, We use Maven for our build system, we also use the hibernate3 maven plugin to generate the create table sql/schema. This is then packaged up for our installation procedure. If we were to use the H2 Dialect the generated script will not be runnable on mysql (deployment db). And we cannot use mysql as the db driver as it requires external dependencies etc which make our build not self contained.
I hope this explains my situation... Cheers, Aaron On Aug 8, 7:44 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > > This was created by hibernates auto create table functionality with > > the dialect to set to MySQL (not InnoDB). > > I don't understand the use case yet... > Why can't you use the H2 dialect to create the script? > > 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 -~----------~----~----~----~------~----~------~--~---
