On Fri, May 23, 2014 at 3:14 AM, Ireneclare Irudayaraj < [email protected]> wrote:
> I am facing a weird problem which i haven’t faced earlier. > There is a query to table which was working fine until i added two fields > to it and populated those fields with some contents. > What is happening is, the query is ignoring the rows in which those two > fields are populated where as its retrieving the rows which has values to > me null or missing.Can any one help on this?.. > Can you post the source code of the query? It would make sense if the query was ignoring the missing property rows (as per the documentation <https://developers.google.com/appengine/docs/java/datastore/queries#Java_Restrictions_on_queries>), but not if perfectly valid properties are being missed. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
