Hi there, I wrote a Java App for the GAE and on debugging I try to analyze why one of my queries returns only a fraction of the expected results. Doing the analyzing I thought to use the included dataviewer from appengine-dashboard of the project.
Though you can type in a query, I tried to use one of the embedded class properties for one condition. Sadly the dataviewer told me that this is not a valid GQL syntax, obviously the dot (.) is not possible here. So is there any way to use embedded properties for GQL conditions on the dataviewer? The GQL Syntax reference simply left them out - http://code.google.com/intl/de-DE/appengine/docs/python/datastore/gqlreference.html If not, is no one else using embedded classes or the dataviewer here? thanks in advance! cheers Thorsten -- 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.
