STEPS TO REPRODUCE:
1. Create default GAE 1.4.0 project in Eclipse Galileo.
2. Execute
Query query = pm.newQuery(MyRecord.class);
query.setFilter("myfield.startsWith(:1)");
query.setRange(0, 10);
List<MyRecord> records = (List<MyRecord>) query.execute(myValue);
OBSERVED:
1. Works OK in Dev env.
2. Returns no results on Prod. No error messages, just
EXPECTED:
1. At least work or do not work simultaneously.-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
