Skip to content

Fix multi-row TVP SELECT returning last row#4812

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

Fix multi-row TVP SELECT returning last row#4812
KushaalShroff merged 1 commit into
babelfish-for-postgresql:BABEL_2_17_STABLEfrom
amazon-aurora:tvp_row_fix_2_17

Conversation

@KushaalShroff

Copy link
Copy Markdown
Contributor

Cherry-pick of 5a9b486

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 5715731 into babelfish-for-postgresql:BABEL_2_17_STABLE May 13, 2026
46 of 47 checks passed
@KushaalShroff KushaalShroff deleted the tvp_row_fix_2_17 branch May 13, 2026 10:31
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