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 ;.
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
;
.