Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 425ee2d3d5e599d3e3b50aca79e3b05cbc4078ad
https://github.com/hibernate/hibernate-orm/commit/425ee2d3d5e599d3e3b50ac...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/fileimport/MultiLineImportWithSpacesAfterTheLastStatementTest.java
A
hibernate-core/src/test/java/org/hibernate/test/fileimport/MultiLineImportWithTabsAndSpacesTest.java
A
hibernate-core/src/test/resources/org/hibernate/test/fileimport/mulit-line-statements-with-spaces-after-last-delimiter.sql
A
hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements-starting-with-tabs-and-spaces.sql
Log Message:
-----------
HHH-14249 Add test for issue
Commit: 112d2153713f78472f9354cb2e3fe4c89b9171bc
https://github.com/hibernate/hibernate-orm/commit/112d2153713f78472f9354c...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M hibernate-core/src/main/antlr/sql-script.g
R
hibernate-core/src/test/resources/org/hibernate/test/fileimport/mulit-line-statements-with-spaces-after-last-delimiter.sql
A
hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements-with-spaces-after-last-delimiter.sql
Log Message:
-----------
HHH-14249 MultiLineImport fails when script contains blank spaces or tabs at the end of
the last sql statement
Compare:
https://github.com/hibernate/hibernate-orm/compare/05f47ce80bfb...112d215...