Hi, What is your exact database URL and what is the exact error message and stack trace?
> Running my Liquibase changelog now produces lots of > "table already exists" errors. Most likely the table do already exist. I don't think H2 will throw this exception if not. > Without that mode, I have a case where trying to create the table > "User" fails. What exception do you get? For H2, USER is not a reserved word. For the list of reserved words, see http://www.h2database.com/html/advanced.html#compatibility 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 -~----------~----~----~----~------~----~------~--~---
