"Do not mix statements of type SELECT with others in a single sql test action. This will lead to errors because validation steps are not valid for statements other than SELECT. Please use separate test actions for update statements."
[ ] Intention action (docs 8.3.1): extract multiple org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder#statement calls into an SQL file, and replace the calls with the corresponding sqlResource(...) call with the classpath: or file: path.
Summary
This issue is the continuation of the SQL action support introduced in https://github.com/picimako/citric/issues/50.
Tasks
org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder#statement
calls into an SQL file, and replace the calls with the correspondingsqlResource(...)
call with the classpath: or file: path.