We wrongly infer the type of the inference source for parts of duration arithmetic which results in wrong parameter type expectations. For example, the query where (:date - e.date) by day > 10 infers that the parameter type is Integer, which is not correct.
We wrongly infer the type of the inference source for parts of duration arithmetic which results in wrong parameter type expectations. For example, the query
where (:date - e.date) by day > 10
infers that the parameter type isInteger
, which is not correct.