Hi,
On 01/29/2011 09:27 PM, Neil wrote:
I did have to change my query to an INNER join. The LEFT OUTER join
caused every record to return. The fact that it worked in 2.1.0 as
the LEFT OUTER was surprising to us when we originally wrote it. It
seemed counter intuitive.
Now that 2.2.x has been implemented it works the way it really should
and that is with the INNER join.
Yep. Our join query engine underwent a fairly extensive rewrite before
2.2. We did this mostly for performance reasons, but a number of bugs
got fixed also along the way.
--
Jukka Zitting