Skip to content

Fix multi-row TVP SELECT returning last row#4817

Merged
KushaalShroff merged 1 commit into
babelfish-for-postgresql:BABEL_2_X_DEVfrom
amazon-aurora:tvp_row_fix_2_X
May 13, 2026
Merged

Fix multi-row TVP SELECT returning last row#4817
KushaalShroff merged 1 commit into
babelfish-for-postgresql:BABEL_2_X_DEVfrom
amazon-aurora:tvp_row_fix_2_X

Conversation

@KushaalShroff

Copy link
Copy Markdown
Contributor

Cherry-pick of TVP fix to dev branch.

Description

Bug introduced in c497926 uses currentColumn which is being reset to 0 and creating an ordering issue in insert stmt for the TVP datatype. With this we want to fix the param ordering for the insertion.

Issues Resolved

BABEL-6511

Check List

  • Commits are signed per the DCO using --signoff

…#4807)

Bug introduced in c497926 uses currentColumn which is being reset to 0 and creating an ordering issue in insert stmt for the TVP datatype. With this we want to fix the param ordering for the insertion.

Issues Resolved
BABEL-6511

Sign-off-by: Kushaal Shroff <kushaal@amazon.com>
@KushaalShroff KushaalShroff merged commit bd0bbeb into babelfish-for-postgresql:BABEL_2_X_DEV May 13, 2026
30 checks passed
@KushaalShroff KushaalShroff deleted the tvp_row_fix_2_X branch May 13, 2026 14:27
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