impactrudia / objectify-appengine

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

sort and projection support #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Objectify should support sorting and projection, as they are mandatory, to keep 
the datastore costs low.

Objectify should throw an IllegalArgument exception (or something like that) 
before starting the query, if the filter/sort/projection settings are illegal, 
see docs:

https://developers.google.com/appengine/docs/java/datastore/queries#Java_Restric
tions_on_queries

https://developers.google.com/appengine/docs/java/datastore/projectionqueries#Ja
va_Limitations_on_projections

Original issue reported on code.google.com by simplex....@gmail.com on 24 Dec 2013 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by lhori...@gmail.com on 18 Apr 2014 at 5:55

GoogleCodeExporter commented 9 years ago
We can now mark this closed & resolved I guess.

Original comment by hus...@gmail.com on 11 Jan 2015 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by lhori...@gmail.com on 14 Jan 2015 at 2:20