sosandstrom / mardao

Mardao is the Java Architect's Dao Generator, for Spring JDBC, AppEngine Datastore and Android SQLite
GNU General Public License v3.0
18 stars 13 forks source link

CursorKey does not work with filtering IN operator #19

Closed sophea closed 11 years ago

sophea commented 11 years ago

CursorKey does not work with filtering IN operator

queryWithPage with filter IN operator ,

sosandstrom commented 11 years ago

GAE Datastore does not support cursors for IN filtered queries.