Open pguyot opened 1 year ago
Hi, is there any chance to get this procedure into the framework? Or is there already any alternative to work around the nested insert exec issue? Thank you!
@maethes, this pull request looks good and will likely make it into the next release. I am currently rewriting the build process and adding a dev container to the project to make contributions much easier. However, that is a big task. If you know someone willing to help with that, let me know. For now, sadly, there is no ETA.
The ResultSetInsert procedure works like ResultSetFilter but insert results into a table which name is passed as third paramter,
@Table
.This works around the nested insert exec issue (#18). This is an alternative and original implementation of PR #19.