If we have a query and have a clause like
field == :param
and input the parameter value, we need the filter that is added to the query to
put the parameter value in the right type for how it is stored in the datastore.
For example a Currency is stored as a String, so needs converting to String for
the query input (which isn't currently performed).
Original issue reported on code.google.com by googleco...@yahoo.co.uk on 17 Aug 2012 at 5:44
Original issue reported on code.google.com by
googleco...@yahoo.co.uk
on 17 Aug 2012 at 5:44