Just another FYI in case you're not aware of it. You might want to shorten the entity name ActivityCompletion. Your entity names are in all the keys and index entries so long entity names can add a great deal of metadata overhead if you have lots of those entity kinds in the datastore. Otherwise if you're not concerned with space then never mind. Happy Coding, Stephen
On Wed, Dec 22, 2010 at 10:36 AM, Stephen Johnson <[email protected]>wrote: > Not a problem. Glad it was so easy. It is a bit of a mind shift from > relational databases. > > > On Wed, Dec 22, 2010 at 10:33 AM, stace <[email protected]> wrote: > >> Lovely - works perfect! Sorry to have been such a dunce about this, I'm >> used to mysql and have quite a bit of trouble getting my brained wrapped >> around the finer points of the Datastore and using GQL. >> >> thanks so much, you've saved me a ton of time. >> >> -- >> 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]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- 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.
