On Sun, Jul 31, 2011 at 4:59 PM, Tim <[email protected]> wrote: > > Really? My reading was that if I allocate a range of IDs, I can create keys > using those IDs as well as create Keys without specifying an ID as the Key > code will simply be doing the same (ie allocating further ranges) > internally.
I thought your concern was allocating IDs in advance of knowing whether an entity has a parent. Entities with different parents (or no parent) have IDs allocated from different sequence counters by default. All I'm saying is: rather than jump through hoops trying to allocate an ID from the correct range, allocate all IDs from one. But if so, be consistent. Maybe I misunderstand your question... -- 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.
