tSQLt-org / tSQLt

The official tSQLt repository. (Download at: http://tSQLt.org/downloads )
http://tSQLt.org
416 stars 104 forks source link

Add procedure ResultSetInsert #192

Open pguyot opened 1 year ago

pguyot commented 1 year ago

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.

maethes commented 8 months 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!

mbt1 commented 8 months ago

@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.