ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Datastore mongoDB stub does not support Model.all(keys_only=True) #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It turns out, that the datastore stub implementation for mongoDB lacks proper 
support for 
Model.all(keys_only=True). This query returns full entities as well which 
breaks applications using 
this feature.

See 
http://code.google.com/appengine/docs/python/datastore/modelclass.html#Model_all
 for 
further information.

Original issue reported on code.google.com by tobias.r...@gmail.com on 25 Nov 2009 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by tobias.r...@gmail.com on 4 Dec 2009 at 2:30