Uh oh!
There was an error while loading. Please reload this page.
Set alias for result of cast column function - #28452
Merged
Merged
Conversation
On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselbforce-pushed
the
bug/noid/column-name-oci
branch
from
August 16, 2021 12:38
2b1e6c0 to
7492b3cComparenickvergessen
approved these changes
Aug 20, 2021
nickvergessen
commented
Aug 20, 2021
Member
backport needed!? |
kesselb
commented
Aug 20, 2021
ContributorAuthor
/backport to stable22 |
kesselb
commented
Aug 20, 2021
ContributorAuthor
/backport to stable21 |
kesselb
commented
Aug 20, 2021
ContributorAuthor
/backport to stable20 |
juliusknorr
approved these changes
Aug 20, 2021
This was referenced Aug 20, 2021
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result.
Main
This PR