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

OSS-1033 Fix non-nullable Select default parameter type #591

Conversation

winghouchan
Copy link
Contributor

Notes

null is a valid value in FQL. Fixes #583.

How to test

  1. Pass null to the default parameter of Select. No type error should be raised.

Screenshots

N/A

`null` is a valid value in FQL
@winghouchan winghouchan force-pushed the fix-non-nullable-select-default-param-type branch from 5f439d4 to 2dbec6e Compare January 21, 2022 00:38
@winghouchan winghouchan changed the base branch from v5 to main January 21, 2022 00:39
@ptpaterson
Copy link
Contributor

Internal ticket number is OSS-1033

@ptpaterson ptpaterson changed the title Fix non-nullable Select default parameter type OSS-1033 Fix non-nullable Select default parameter type Jan 21, 2022
@cleve-fauna cleve-fauna deleted the branch fauna:main February 11, 2022 16:15
@winghouchan
Copy link
Contributor Author

Was there a reason for closing this?

@cleve-fauna
Copy link
Contributor

Apologies, we had to do some branch cleaning and the branch you posted against was removed. We need to reopen this against v4.

@winghouchan
Copy link
Contributor Author

Ok, I've reopened in #636 🙂

@winghouchan winghouchan deleted the fix-non-nullable-select-default-param-type branch August 19, 2022 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type for Select should allow null as default value
3 participants