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

Client Encryption : Fixes issue when passing null parameter value in AddParameterAsync. #2507

Merged
merged 2 commits into from
Jun 1, 2021

Conversation

kr-santosh
Copy link
Contributor

Description

This PR fixes issue where null parameter value when passed in AddParameterAsync throws ArgumentNullException. Null value is a valid value that can be passed as part of parameter value when executing query.

Type of change

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #2506

@j82w j82w merged commit 30b3d4e into master Jun 1, 2021
@j82w j82w deleted the users/sakulk/querynullparamfix branch June 1, 2021 11:21
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.

Client Encryption : Executing query with AddParameterAsync value as null fails.
3 participants