Run query based on output from previous query.

Registered by Bjorn Melinder

Rework the executor and chaining model so we can run multiple queries in the same line. The second query should be able to take arguments from the produced result set, for instance:

SELECT ... | ... | exec INSERT INTO foo SET x=$1, y=$2

So each column would be mapped into a numbered or named parameter ($1, $2 etc) and the second query would be executed once for every row in the previous step. This process should be repeatable.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.