Skip to:
Since H2 1.4.197 TABLE is a reserved keyword: https://github.com/h2database/h2database/issues/1719
This makes upgrading H2 to the latest version impossible when using Liquibase and having used `table` e.g. as a column name before.
Using QUOTE_ALL_OBJECTS as Object Quoting Strategy somehow did not work (see https://liquibase.jira.com/browse/CORE-3073).
I already prepared a fix for this and will add the Pull Request to Github today.
All operating systems
https://github.com/liquibase/liquibase/pull/948
Since H2 1.4.197 TABLE is a reserved keyword: https://github.com/h2database/h2database/issues/1719
This makes upgrading H2 to the latest version impossible when using Liquibase and having used `table` e.g. as a column name before.
Using QUOTE_ALL_OBJECTS as Object Quoting Strategy somehow did not work (see https://liquibase.jira.com/browse/CORE-3073).
I already prepared a fix for this and will add the Pull Request to Github today.