Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0094616d2da191ff58ec3df2d4478a7593d242e4
https://github.com/hibernate/hibernate-orm/commit/0094616d2da191ff58ec3df...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M hibernate-core/src/main/antlr/org/hibernate/grammars/importsql/SqlScriptParser.g4
Log Message:
-----------
HHH-16279 Allow scripts containing only comments in MultiLineSqlScriptExtractor
Commit: f8494fa0971701315272b7fd79e40cf582a44e70
https://github.com/hibernate/hibernate-orm/commit/f8494fa0971701315272b7f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/scripts/MultiLineImportExtractorTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/scripts/SingleLineImportExtractorTest.java
A
hibernate-core/src/test/resources/org/hibernate/orm/test/tool/schema/scripts/comments-only.sql
Log Message:
-----------
HHH-16279 Test extracting SQL from import.sql containing only comments
Compare:
https://github.com/hibernate/hibernate-orm/compare/cc01f2da3f52...f8494fa...