You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;.
The text was updated successfully, but these errors were encountered:
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
;
.The text was updated successfully, but these errors were encountered: