MountainClimb / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

batch get queries should return results in same order as the key params #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now if you issue a query that maps to a batch get we return the
entities in HashMap.values() order, which is undefined.  We should reorder
the results to match the order in which the keys were provided.

Original issue reported on code.google.com by max.r...@gmail.com on 22 Sep 2009 at 4:58

GoogleCodeExporter commented 8 years ago

Original comment by max.r...@gmail.com on 17 Mar 2011 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by max.r...@gmail.com on 26 May 2011 at 11:26