Re: [google-appengine] wish: nestable/embeddable entities

2010-02-20 Thread Barry Hunter
Is there a reason you havent posted this as a suggestion via the issue tracker http://code.google.com/p/googleappengine/issues/list On 20 February 2010 06:43, notcourage wrote: > Nestable/embeddable entities would be used to build graphs of entities > which are serialized inside a single entit

[google-appengine] wish: nestable/embeddable entities

2010-02-19 Thread notcourage
Nestable/embeddable entities would be used to build graphs of entities which are serialized inside a single entity. Protocol buffers support nesting & repeating but not arbitrary graphs. Possible API additions: * constructor: new Model(nest=parent) * property type: NestedReferenceProperty; support