Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 88f8e8c88767146c12c46e8dace3134725a38077
https://github.com/hibernate/hibernate-orm/commit/88f8e8c88767146c12c46e8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-15 (Wed, 15 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: 4dc9412d92460e228fbbaa789643eb5f691854cd
https://github.com/hibernate/hibernate-orm/commit/4dc9412d92460e228fbbaa7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-15 (Wed, 15 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/5faf479451a5...4dc9412...