Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes the regression in 19 for MariaDB, MySQL and other DBs #13411

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

stianst
Copy link
Contributor

@stianst stianst commented Jul 29, 2022

databases that are not using an official liquibase type in Database.java could not be seeded anymore because

the liquibase types we use in model-jpa were not indexed and loaded during the build anymore.

Introduces highly needed tests for other databases than postgres, because postgres has an official liquibase databasetype in its list

in database.java and as such differs from nearly all other vendors.

Closes #13389

databases that are not using an official liquibase type in Database.java could not be seeded anymore because

the liquibase types we use in model-jpa were not indexed and loaded during the build anymore.

Introduces highly needed tests for other databases than postgres, because postgres has an official liquibase databasetype in its list

in database.java and as such differs from nearly all other vendors.

Closes keycloak#13389
@stianst stianst linked an issue Jul 29, 2022 that may be closed by this pull request
@stianst stianst merged commit 68604b7 into keycloak:19.0 Jul 29, 2022
@stianst stianst deleted the 19.0 branch July 29, 2022 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation error - You have an error in your SQL syntax
3 participants