Projection queries do not seem to work for properties that are
db.ReferenceProperty(). So for example, this works:

   SELECT * FROM Person

   result.mother.name + " is the mother of " + result.name

but this does not:

   SELECT name,mother,father FROM Person

Is this just an oversight, or an undocumented permanent limitation?
(if the former, I'll wait, if the latter I may redesign my db to not
use ReferenceProperty just to see what the performance improvement is
like!).

(no, I don't actually have a Person database, this is an example ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to