[6.x] Use qualified column names in pivot query - #36720
Conversation
|
Two similar PRs that also introduce the usage of qualified columns that may be worth looking into. |
|
Can you also try this on PostgreSQL? Seems like one of the linked prs was reverted because it didn't work on that. |
|
I've re-ran the tests with the pgsql driver and all tests are still passing. Some modifications to the For some odd reason some unrelated tests hanged after switching the database driver. I've re-ran the tests with the following command: I also re-ran the tests with the following filter with no reported issues: |
Use qualified column names in pivot query. This allows a user to extend the query with a join that may include ambiguous column names.
Old extended query example:
New extended query example:
I also created a issue for this PR here: #36718