Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add procedure ResultSetInsert #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pguyot
Copy link

@pguyot pguyot commented Mar 30, 2023

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.

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 (tSQLt-org#18).
This is an alternative and original implementation of PR tSQLt-org#19.

Signed-off-by: Paul Guyot <[email protected]>
@pguyot pguyot requested a review from a team as a code owner March 30, 2023 13:16
@maethes
Copy link

maethes commented Feb 6, 2024

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
Copy link
Collaborator

mbt1 commented Feb 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants