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

Allow null value for query parameter setter methods #3059

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Scottmitch
Copy link
Member

Motivation:
041f3dc replace empty string for null during parsing. However the setter/accessor methods don't consistently allow null values.

Modifications:

  • Allow null values from add & set queryParameter methods.

@Scottmitch Scottmitch requested a review from daschl September 19, 2024 15:19
@Scottmitch Scottmitch force-pushed the query_null branch 2 times, most recently from f5ab519 to b404a16 Compare September 19, 2024 15:45
Motivation:
041f3dc replace empty string for
null during parsing. However the setter/accessor methods don't
consistently allow null values.

Modifications:
- Allow null values from add & set queryParameter methods.
Copy link
Contributor

@bryce-anderson bryce-anderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm so long as CI is happy.

@Scottmitch Scottmitch merged commit 34a0849 into apple:main Sep 20, 2024
11 checks passed
@Scottmitch Scottmitch deleted the query_null branch September 20, 2024 12:20
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.

3 participants