Hi, You may be using an older version of H2. Some bugs in this area were fixed in recent versions (in versions 1.2.144 and 1.2.145; see the change log and search for "outer join"). Could you verify which version you are using:
select * from information_schema.settings where name like '%BUILD%'; I get (using 1.3.150): CREATE_BUILD 150 info.BUILD_ID 150 Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
