Added support for sys.fn_varbintohexsubstring function#3659
Merged
jsudrik merged 5 commits intobabelfish-for-postgresql:BABEL_4_X_DEVfrom Apr 8, 2025
Merged
Conversation
Signed-off-by: Shreya Rai <shreyaxr@amazon.com>
Signed-off-by: Shreya Rai <shreyaxr@amazon.com>
shalinilohia50
approved these changes
Apr 7, 2025
Collaborator
Pull Request Test Coverage Report for Build 14313623292Details
💛 - Coveralls |
Collaborator
Pull Request Test Coverage Report for Build 14313591085Details
💛 - Coveralls |
4d9c93c
into
babelfish-for-postgresql:BABEL_4_X_DEV
48 checks passed
sharathbp
pushed a commit
to amazon-aurora/babelfish_extensions
that referenced
this pull request
Sep 22, 2025
…-postgresql#3659) This PR adds full support for sys.fn_varbintohexsubstring function, addressing a current limitation in Babelfish. The implementation includes essential system function sys.fn_varbintohexsubstring required for comprehensive login export capabilities. This function in Babelfish is built maintaining compatibility with TSQL syntax. Added Components Function: sys.fn_varbintohexsubstring: converts varbinary data to a hexadecimal string representation, optionally prefixed with '0x', with control over the starting position and length. BABEL-5654 Signed-off-by: Shreya Rai shreyaxr@amazon.com
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
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
This PR adds full support for
sys.fn_varbintohexsubstringfunction, addressing a current limitation in Babelfish. The implementation includes essential system functionsys.fn_varbintohexsubstringrequired for comprehensive login export capabilities. This function in Babelfish is built maintaining compatibility with TSQL syntax.Added Components
Function:
sys.fn_varbintohexsubstring: converts varbinary data to a hexadecimal string representation, optionally prefixed with '0x', with control over the starting position and length.BABEL-5654
Signed-off-by: Shreya Rai shreyaxr@amazon.com