Prevent multiple SQL statements in the Query tasks #377
Labels
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
kind/breaking-change
Code modifications needed before upgrading
Feature description
We currently have some inconsistencies, resulting in some plugins supporting multiple SQL statements (more of a side effect rather than intended behavior) while others support only a single SQL statement.
To simplify + add more consistency, we'll follow the approach:
Query
task = run a single SQL statementQueries
task = run multiple SQL statementsWe should prevent running multiple SQL queries in
Query
tasks:The text was updated successfully, but these errors were encountered: