-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: if JsonObject serialized to None then return null_value
instead of string_value
#771
Conversation
…d of `string_value`
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
hi @o-aleks, what is this PR for? |
Hi @asthamohta, There is a bug in My fix is:
Could you please check it and approve the PR? |
Should be okay. There is an A test should be added though. @o-aleks, will you find time to add a test? Or I can do it in a separate issue. |
|
Thanks, @o-aleks, looks good, and tests are passing fine. I'm merging it. |
🤖 I have created a release *beep* *boop* --- ## [3.20.0](v3.19.0...v3.20.0) (2022-08-30) ### Features * Adds TypeAnnotationCode PG_JSONB ([#792](#792)) ([6a661d4](6a661d4)) ### Bug Fixes * if JsonObject serialized to None then return `null_value` instead of `string_value` ([#771](#771)) ([82170b5](82170b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No description provided.