Hello everybody, I can't get the point about why those querys are forbidden:
SELECT __key__ FROM myModel WHERE property IN :1 SELECT __key__ FROM myModel WHERE property != :1 but those are permitted: SELECT * FROM myModel WHERE property IN :1 SELECT * FROM myModel WHERE property != :1 Can anyone explain it to me ? I happy also with a like to the right page of the docs :) Thanks, Cesare -- 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.
