Skip to content
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

sql: NULL literals cause error in resolving function calls #4073

Closed
andreimatei opened this issue Feb 1, 2016 · 1 comment
Closed

sql: NULL literals cause error in resolving function calls #4073

andreimatei opened this issue Feb 1, 2016 · 1 comment
Assignees
Labels
A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Milestone

Comments

@andreimatei
Copy link
Contributor

NULL literals have the DNull type, and they break resolution for any function call. Resolution should be clear for non-overloaded functions, and the rest of the arguments should be used for overloaded ones.

@knz @nvanbenschoten

@andreimatei andreimatei self-assigned this Feb 1, 2016
@petermattis petermattis changed the title NULL literals cause error in resolving function calls sql: NULL literals cause error in resolving function calls Feb 12, 2016
@petermattis petermattis added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Feb 14, 2016
@petermattis petermattis modified the milestone: Beta Feb 14, 2016
@petermattis petermattis modified the milestones: 1.0, Beta Feb 21, 2016
@andreimatei andreimatei assigned knz and unassigned andreimatei Apr 18, 2016
@knz
Copy link
Contributor

knz commented Jun 6, 2016

Fixed by #4121.

@knz knz closed this as completed Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Projects
None yet
Development

No branches or pull requests

3 participants