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

fix: fix bug with repeated structured properties with Expando values #671

Merged
merged 3 commits into from
Jun 25, 2021

Conversation

chrisrossi
Copy link
Contributor

In the legacy data format, the dotted properties stored in Datastore
were not properly padded for missing values.

Fixes #669

In the legacy data format, the dotted properties stored in Datastore
were not properly padded for missing values.

Fixes googleapis#669
@chrisrossi chrisrossi requested a review from andrewsg as a code owner June 23, 2021 19:21
@chrisrossi chrisrossi requested a review from a team June 23, 2021 19:21
@chrisrossi chrisrossi requested a review from a team as a code owner June 23, 2021 19:21
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 23, 2021
@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/python-ndb API. label Jun 23, 2021
google/cloud/ndb/model.py Show resolved Hide resolved
google/cloud/ndb/model.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/python-ndb API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backward compatibility for structured properties values has been broken from version 1.8.0
2 participants