-
Notifications
You must be signed in to change notification settings - Fork 104
Add cross-db testcases for Table Valued function #3802
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
Merged
shardgupta
merged 1 commit into
babelfish-for-postgresql:BABEL_5_X_DEV
from
amazon-aurora:tvf-cross-db
Jun 3, 2025
Merged
Add cross-db testcases for Table Valued function #3802
shardgupta
merged 1 commit into
babelfish-for-postgresql:BABEL_5_X_DEV
from
amazon-aurora:tvf-cross-db
Jun 3, 2025
Conversation
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
Signed-off-by: ANJU BHARTI <[email protected]>
tanscorpio7
approved these changes
Jun 3, 2025
rishabhtanwar29
approved these changes
Jun 3, 2025
shalinilohia50
approved these changes
Jun 3, 2025
shardgupta
pushed a commit
to babelfish-for-postgresql/postgresql_modified_for_babelfish
that referenced
this pull request
Jun 3, 2025
Added missing hook for tabled valued function execution to check privilege against login instead of your user. Extension PR: babelfish-for-postgresql/babelfish_extensions#3802 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
cd678a1
into
babelfish-for-postgresql:BABEL_5_X_DEV
47 checks passed
anju15bharti
added a commit
to amazon-aurora/postgresql_modified_for_babelfish
that referenced
this pull request
Jun 3, 2025
…fish-for-postgresql#583) Added missing hook for tabled valued function execution to check privilege against login instead of your user. Extension PR: babelfish-for-postgresql/babelfish_extensions#3802 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
anju15bharti
added a commit
to amazon-aurora/babelfish_extensions
that referenced
this pull request
Jun 3, 2025
…resql#3802) Fixed behavior of cross-database table valued functions Earlier, tabled valued function was not working for cross-db scenarios, with this commit we have fixed it's behaviour. Engine PR : babelfish-for-postgresql/postgresql_modified_for_babelfish#583 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
anju15bharti
added a commit
to amazon-aurora/postgresql_modified_for_babelfish
that referenced
this pull request
Jun 3, 2025
…fish-for-postgresql#583) Added missing hook for tabled valued function execution to check privilege against login instead of your user. Extension PR: babelfish-for-postgresql/babelfish_extensions#3802 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
1 task
shardgupta
pushed a commit
to babelfish-for-postgresql/postgresql_modified_for_babelfish
that referenced
this pull request
Jun 4, 2025
…#584) Added missing hook for tabled valued function execution to check privilege against login instead of your user. Extension PR: babelfish-for-postgresql/babelfish_extensions#3802 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
shardgupta
pushed a commit
that referenced
this pull request
Jun 4, 2025
Fixed behavior of cross-database table valued functions Earlier, tabled valued function was not working for cross-db scenarios, with this commit we have fixed it's behaviour. Engine PR : babelfish-for-postgresql/postgresql_modified_for_babelfish#583 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
Yvinayak07
pushed a commit
to amazon-aurora/babelfish_extensions
that referenced
this pull request
Jun 6, 2025
…resql#3802) Fixed behavior of cross-database table valued functions Earlier, tabled valued function was not working for cross-db scenarios, with this commit we have fixed it's behaviour. Engine PR : babelfish-for-postgresql/postgresql_modified_for_babelfish#583 Task: BABEL-5792 Signed-off-by: ANJU BHARTI <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
fix: correct behavior of cross-database table valued functions
Earlier, tabled valued function was not working for cross-db scenarios, with this commit we have fixed it's behaviour.
Engine PR : babelfish-for-postgresql/postgresql_modified_for_babelfish#583
Issues Resolved
BABEL-5792