On 4/23/07, Ethan Rowe <[EMAIL PROTECTED]> wrote:
> John Siracusa wrote:
>> Yes, thanks.  It's supposed to be doing what you expect it to do, but it's
>> not doing it due to a bug.  I'll think about the best way to fix
it.  I could
>> of course just remove the optimization, but I have a few other
ideas.  Thanks
>> for the report.
>
> Thanks for validating my sanity. :)

Okay, this should be fixed now in SVN.  Eligible (according to the
metadata) outer joins are still transformed, but now they're changed
into nested inner joins, which preserves the meaning of the query.  If
nested joins are unavailable or disabled, it falls back to a bunch of
"un-transformed" outer joins.

See the new nested_joins parameter and default_nested_joins class
method in the Manager class for ways to control this behavior.  And
let me know if it actually works for you guys :)

(all tests  pass on my end...)
-John

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to