Closed GoogleCodeExporter closed 9 years ago
This is an expected behavior. Whenever there is a type mismatch in a query
plan, a type casting happens now. For example, if a query is "... where
$r.price >= 9.2" and the type of price field is INT, query compiler convert
9.9d to 9. This type casting happens among all numeric types.
Original comment by wangs...@gmail.com
on 14 Mar 2015 at 12:16
Original issue reported on code.google.com by
jules.te...@gmail.com
on 13 Mar 2015 at 7:36