[Python 2] repeated StructuredProperty returns as empty list #345
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Python 2.7.17
google-cloud-ndb 1.0.1
Steps to reproduce
Currently trying to finish migration from old ndb and my repeated
StructuredProperty
returns from queries as empty lists. I suppose the data is in legacy format.Code example
Models:
Query:
day = Day.query([filter]).get()
results inday.times
being[]
Data Log
on Read & Write:
Possibly similar to a combo of #122 and/or #300 ??
The text was updated successfully, but these errors were encountered: