surinder-insonix / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Support full range of input value conversions for use in queries #292

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
SVN trunk adds this type conversion and cleans up the use of 
TypeConversionUtils.

Original comment by googleco...@yahoo.co.uk on 17 Aug 2012 at 5:47