Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Conversation

@matrei
Copy link
Contributor

@matrei matrei commented Oct 25, 2024

Closes #385

This has changed from `id INT AUTO_INCREMENT NOT NULL` to `id INT GENERATED BY DEFAULT AS IDENTITY NOT NULL`
The table `table_type` has changed to `BASE TABLE` and is shared with `information_schema` tables.
Selecting tables where `table_class = 'org.h2.mvstore.db.MVTable'` is a suitable replacement.
Unsupported file extension in 'file:/home/github/grails/grails-database-migration/build/resources/integrationTest/logback.groovy'. Only .xml is supported
@jamesfredley
Copy link
Contributor

org.hibernate.dialect.H2Dialect was only required because I had the old database files in my dev environment from h2:1.4.200, so I reverted that change.

@matrei
Copy link
Contributor Author

matrei commented Oct 25, 2024

org.hibernate.dialect.H2Dialect was only required because I had the old database files in my dev environment from h2:1.4.200, so I reverted that change.

Haha, I went through that as well 😄

@matrei matrei merged commit 3f91e70 into 6.0.x Oct 25, 2024
4 checks passed
@matrei matrei deleted the matrei/h2-2.x-test-compat branch October 25, 2024 18:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests are not compatible with H2 version 2.x

4 participants