-
Notifications
You must be signed in to change notification settings - Fork 133
INSERT-EXECUTE Redesign #4678
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
Open
monk0707
wants to merge
28
commits into
babelfish-for-postgresql:BABEL_5_X_DEV
Choose a base branch
from
monk0707:dest_receiver_and_temp_table
base: BABEL_5_X_DEV
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
INSERT-EXECUTE Redesign #4678
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c0113db
Fix INSERT EXEC error handling and add sp_executesql support
monk0707 7ba663e
Fix INSERT EXEC statement-terminating error handling to match SQL Server
monk0707 db70d03
Fix ROLLBACK inside INSERT EXEC causing server crash
monk0707 84fc1e5
Fix statement-terminating error snapshot cleanup during INSERT EXEC
monk0707 90682da
Fix TRY-CATCH cleanup for INSERT EXEC with internal TRY-CATCH
monk0707 9035ba9
Fix server crash on column count mismatch in INSERT EXEC
monk0707 b7dc7df
Fix INSERT EXEC transaction handling and error messages
monk0707 0c93b40
Fix INSERT EXEC TRY-CATCH data loss by restoring call stack depth tra…
monk0707 d13496f
Remove unnecessary temp table anchoring code from INSERT EXEC
monk0707 1962f02
Fix INSERT-EXEC transaction handling and type coercion issues
monk0707 27357f4
Fix INSERT EXEC ownership chaining and related issues
monk0707 81d0226
Fix server crash in BABEL_4928 test (trigger state assertion failure)
monk0707 e2d9357
Fix server crash on Datetime_system_functions test and BABEL-2203 INS…
monk0707 2b28ec4
Fix INSERT EXEC issues in major version upgrade tests
monk0707 81e3d70
Fix database context restoration on error in nested EXECUTE
monk0707 bed64f0
Fix double-quoted string rewriting for INSERT EXEC statements
monk0707 1668473
Update TestErrorHelperFunctionsUpgrade expected output for error 8164
monk0707 2d9d515
Fix INSERT EXEC error 556: Hold target table open during execution
monk0707 112b039
Fix INSERT EXEC error 556: Detect schema changes during execution
monk0707 8f14a6e
Fix INSERT EXEC stale OID errors in major version upgrade tests
monk0707 00823dd
Fix INSERT EXEC stale OID errors by closing target table before clear…
monk0707 9746d29
INSERT EXEC: Code cleanup and improvements
monk0707 1752224
INSERT EXEC: Refactor table name parsing and fix C90 compliance
monk0707 fd16657
Trigger CI re-run
monk0707 ead42c0
Retrigger CI
monk0707 5187186
Fix VARCHAR(MAX)/NVARCHAR(MAX)/VARBINARY(MAX) support in INSERT EXEC …
monk0707 a8be4fb
Merge remote-tracking branch 'upstream/BABEL_5_X_DEV' into dest_recei…
monk0707 c698149
Trigger CI re-run
monk0707 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.