exasol / test-db-builder-java

Java library for creating and cleaning up test database structures and contents for integration tests
MIT License
1 stars 1 forks source link

Allow running file with multiple SQL statements #135

Closed kaklakariada closed 1 month ago

kaklakariada commented 5 months ago

Method factory.executeSqlFile() allows running SQL statements from a file. The file can only contain a single SQL statement.

For test setups (e.g. creating a schema with multiple tables) it would be helpful if we could exectute a SQL script with multiple statements, separated by ;.