Comment 18 for bug 788590

Revision history for this message
Scott Ritchie (sritchie) wrote : Re: [Bug 788590] Re: Lots of UserGameProfiles created simultaneously

Right, which is why i abandoned the idea together. Unless i made one of the
relationships incorrectly at the time the relationship tree i had was:

User
 -> UserGameProfile
     -> KeyValuePair
     -> UserAchievement

DevTeam
 -> Game
     -> Achievement
     -> GameVersion
         -> GameFile
         -> PromotedGame

And it was throwing errors, As far as im aware each of the relations only
had one parent which owned it. (The other relationships were set up the way
we have them now)

On Tue, May 31, 2011 at 1:58 PM, Matt Giuca <email address hidden>wrote:

> OK, well there's something very wrong if a parent can only own one
> child (that is; for each entity P, there can only be one entity Q such
> that Q.parent = P). You certainly should be able to have multiple Qs
> such that Q.parent = P, and I have done so in the Python App Engine.
>
> --
> You received this bug notification because you are subscribed to MUGLE.
> https://bugs.launchpad.net/bugs/788590
>
> Title:
> Lots of UserGameProfiles created simultaneously
>
> Status in Mars Programming Language:
> Invalid
> Status in Melbourne University Game-based Learning Environment:
> Triaged
>
> Bug description:
> For every "real" user game profile created, there are about 10
> completely blank ones, without even a user.
>