Closed GoogleCodeExporter closed 9 years ago
It's a known problem, it is related to issue 145. It is also documented here:
http://www.h2database.com/html/faq.html#known_bugs "Some problems have been
found
with right outer join. Internally, it is converted to left outer join, which
does not
always produce the same results as other databases when used in combination with
other joins."
This will be a bigger change. I hope I soon have time to implement the required
changes.
Original comment by thomas.t...@gmail.com
on 20 Mar 2010 at 8:17
This is implemented in version 1.2.138, but not enabled by default (because
it's a bigger change). To test it, enable the system property h2.nestedJoins.
This property will be enabled by default in version 1.3.x
Original comment by thomas.t...@gmail.com
on 28 Jun 2010 at 4:53
I'm setting the issue to 'fixed', even if nested joins are not yet enabled by
default. Please add a comment if it still doesn't work for you (or doesn't work
as expected) even when the system property is enabled.
Original comment by thomas.t...@gmail.com
on 28 Jun 2010 at 6:52
Thank-you so much. I'll re-test.
Original comment by mbOrches...@gmail.com
on 28 Jul 2010 at 3:07
I had this issue in 1.2. I downloaded and tested 1.3, and it worked. Thanks for
fixing!
Original comment by jacobgod...@gmail.com
on 27 May 2011 at 1:57
Original issue reported on code.google.com by
mbOrches...@gmail.com
on 11 Mar 2010 at 7:25