forked from babelfish-for-postgresql/babelfish_extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced outer alias for JoinExpr inorder to bring the source table and cross join subquery under one alias. This helps tackle the TSQL unpivot expected vs Postgres alias mismatch while referencing columns in target list/ other parts of the query. Task: BABEL-4307 Signed-off-by: “manisha-deshpande” <“[email protected]”>
- Loading branch information
“manisha-deshpande”
committed
Jan 14, 2025
1 parent
c5c76c0
commit 5891eb6
Showing
5 changed files
with
440 additions
and
204 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Empty file.
Oops, something went wrong.