Google App Engine - Cannot See Children in Datastore Viewer
Posted
by Taylor L
on Stack Overflow
See other posts from Stack Overflow
or by Taylor L
Published on 2010-04-28T08:05:43Z
Indexed on
2010/04/28
8:13 UTC
Read the original article
Hit count: 258
I have the following kinds/relationships in my datastore:
UserAccount 1-to-1 PersistentLogin 1-to-many PersistentLogins
They are all in the same entity group and UserAccount is the parent. Should I expect to see the other kinds in the datastore viewer? Currently, I only see UserAccount entities, but I'm pretty confident the other entities are there because my code is working as expected. Is this just a nuance of the datastore viewer?
© Stack Overflow or respective owner