Skip to content

Conversation

@fauzanebd
Copy link

@fauzanebd fauzanebd commented Jan 23, 2025

This PR fixes an issue with the generated Upsert function for Oracle databases. The generated MERGE statement was missing a space before the table alias (t), which resulted in invalid SQL.

Changes Made:

  • Added a space before the table alias (t) in the generated MERGE statement for Upsert.

Fixes #416

@fauzanebd fauzanebd changed the title Fix missing space before table alias in generated Upsert function Fix missing space before table alias in generated Upsert function for oracle Jan 23, 2025
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.

Missing space before table alias in Upsert function for Oracle

1 participant