Hi,

I have a query which is parsed from a string, the query's syntax is
correct ( i think) but it refuses to filter a double value, this is
the query generated by the parser;

SELECT FROM [class name here] WHERE GrandParentID == GPID &&  name ==
'temp' &&  value > criteria PARAMETERS Long GPID, Double criteria
import [clas name here ]; import java.lang.Double


the query applies the first two filters but does not apply the 'value
> criteria' filter.

the value is a Double


Any suggestion?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to