Hi Alfonso,

No, this is not possible, as it would require an implicit join, which the
datastore does not support. If the name is unique, though, you can use it as
your key_name for the entities in question, in which case you can do a
simple get instead of a query.

-Nick Johnson

On Fri, Jun 19, 2009 at 8:37 PM, Alfonso Lopez <leb...@gmail.com> wrote:

>
> Is there any way to give a WHERE conditional values from a reference
> property?  Something to this affect
>
> SELECT * FROM some_table WHERE referenceprop.name='yay'
>
> Where 'name' is a property of the referenced Kind?
>
> >
>


-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

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

Reply via email to