OWB 10.1 adds parenthesis which changes the meaning of a condition
406996Nov 6 2008 — edited Nov 7 2008When I connect two mapping table operators with a filter operator in between and I specify the filter condition as follows:
col1 is null or col1 > 5 and col2 = 10
OWB changes this into
(col1 is null or col1 > 5) and col2 = 10
which has a different meaning because in the first condition the and-operator is processed first.
Is this a known bug?
Is it still present in 10.2?
Regards,
Jaap.