I have a question regarding auto-assigned ids for entities. Let's say I have some set of entities that have the ids:
1 2 3 4 5 And I remove the 4th one: 1 2 3 5 If I add a new entity with an auto-generated ID, is it guaranteed that the new ID will not be 4 and WILL be something greater than 5? -- 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.
