rulerz icon indicating copy to clipboard operation
rulerz copied to clipboard

Pass the Executor instance to operators

Open iainmckay opened this issue 7 years ago • 2 comments

We have a couple of instances where we need extra information in our operators and the ability to manipulate the parameters (add/remove placeholders in the case of SQL operators). We've accomplished this by using a custom trait but as it is right now, we cannot access anything outside of the operator.

This PR passes the instance of the Executor to the operator as the last parameter, as such this should be BC as existing operators will simply ignore it.

iainmckay avatar May 29 '17 06:05 iainmckay

Could I get some feedback on this?

iainmckay avatar Sep 19 '17 11:09 iainmckay

Ping

iainmckay avatar Jan 09 '18 10:01 iainmckay