We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting the following error when running the default H2 database:
Error executing DDL "# noinspection SqlNoDataSourceInspectionForFile" via JDBC Statement
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "# noinspection SqlNoDataSourceInspectionForFile" via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.3.11.Final.jar!/:5.3.11.Final]
It gets fixed removing the first line of the import.sql file
# noinspection SqlNoDataSourceInspectionForFile
The text was updated successfully, but these errors were encountered:
thank
Sorry, something went wrong.
No branches or pull requests
I am getting the following error when running the default H2 database:
Error executing DDL "# noinspection SqlNoDataSourceInspectionForFile" via JDBC Statement
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "# noinspection SqlNoDataSourceInspectionForFile" via JDBC Statement
at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.3.11.Final.jar!/:5.3.11.Final]
It gets fixed removing the first line of the import.sql file
# noinspection SqlNoDataSourceInspectionForFile
The text was updated successfully, but these errors were encountered: