-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Spring Boot 2 migration results in "Error executing DDL via JDBC Statement" #13375
Comments
Upgrading from 1.4 to 2.0 also upgrades the Hibernate version you are using (as confirmed by the snippet you've shared). It is impossible for us to say if this is a problem in Spring Boot, Hibernate or your application. If you want us to investigate, please take the time to share a sample that we can clone and run ourselves. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Hello, here's a repo sample of the problem described, it is only happening with spring boot 2+ |
@carlosag0712 thanks for the feedback but that sample doesn't look minimal and I can't build it
Then your sample uses the MySQL dialect with H2 (which is not going to work very well). What are the instructions to reproduce the problem? |
|
After migration to
spring-boot-gradle-plugin
2.0.2
from1.4.6
I start getting :With the
1.4.6
everything runs smooth.Exception comes during db initialization with
import.sql
The text was updated successfully, but these errors were encountered: