[hibernate/hibernate-orm] a57c0e: HHH-14618 Allow passing multiple script source fil...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: a57c0e34ff99dc77d4b372e225fdd65d1373b82a
https://github.com/hibernate/hibernate-orm/commit/a57c0e34ff99dc77d4b372e...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/Helper.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/ScriptSourceInputAggregate.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/JpaFileSchemaGeneratorTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/JpaSchemaGeneratorTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/iso8859/JpaFileSchemaGeneratorWithHbm2DdlCharsetNameTest.java
A hibernate-core/src/test/resources/org/hibernate/jpa/test/schemagen/create-script-source2.sql
A hibernate-core/src/test/resources/org/hibernate/jpa/test/schemagen/drop-script-source2.sql
A hibernate-core/src/test/resources/org/hibernate/jpa/test/schemagen/iso8859/create-script-source2.sql
A hibernate-core/src/test/resources/org/hibernate/jpa/test/schemagen/iso8859/drop-script-source2.sql
A hibernate-core/src/test/resources/org/hibernate/jpa/test/schemagen/iso8859/load-script-source2.sql
A hibernate-core/src/test/resources/org/hibernate/jpa/test/schemagen/load-script-source2.sql
Log Message:
-----------
HHH-14618 Allow passing multiple script source files separated by comma
3 years, 8 months