-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to_char(.., null)
should be NULL, not ..
#9217
Labels
Comments
There are existing tests in timestamp.slt, this should simply be a matter of updating the code (see #9181) -- I think this would be a good first issue |
take |
@manoj-inukolunu Are you still working on this? (If not, could you please un-assign yourself. I'd like to attempt the fix for this issue) |
Hey so sorry not working on it right now , swamped with work . |
unassign |
take |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The newly added
to_char
's null handling is not quite correct -- specifically when the format string is null, the output should be null, but now it returns the first argumentGoal is to make
to_char
do what postgres does:Originally posted by @alamb in #9181 (comment)
The text was updated successfully, but these errors were encountered: