Hi, I find it frustrating that
* there is no OR clause in GQL. I work around this by creating seperate queries and appending the results in memory. If there is a Sort Order on the concatonated results then more CPU time is extended – and there is a CPU time limit of 10 seconds which is often is blown. * I cannot filter on the same field twice. Meaning I cannot set up a construct of Field A = “1″ AND (Field B > “1″ AND Field B < "2") AND (Field C > MyMinValue AND Field C > MyMinValue). I need to create workarounds for this too. Are there any plans to add support to GQL for these types of constructs? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
