Re: EJBQL: Fetch joins are not yet supported.

2008-03-26 Thread Laszlo Sas
Thanks! Mike Kienenberger írta: Your other short-term option is to use an SQLTemplate()

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Mike Kienenberger
Your other short-term option is to use an SQLTemplate() On 3/25/08, Laszlo Sas <[EMAIL PROTECTED]> wrote: > Hello, > > I want to use left join fetch, but currently Cayenne throws the > following Exception: > > java.lang.UnsupportedOperationException: Fetch joins are not yet supported > > Does

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Mike Kienenberger
Laszlo, CAY-560 is where you can find the patch. I'm not using Cayenne 3 yet, so it's only available for 1.2 and 2.0. Not sure how hard it would be to migrate the 2.0 patches to 3.0. On 3/25/08, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > > On Mar 25, 2008, at 5:31 PM, Andrus Adamchik wrote: >

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Laszlo Sas
Very promising. :) Thanks, Laszlo Andrus Adamchik írta: Almost everything is supported. What's missing is this: fetch joins, constructors in SELECT, and probably a few more edge cases that we are discovering as we go during testing.

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Andrus Adamchik
On Mar 25, 2008, at 5:42 PM, Laszlo Sas wrote: Hello Andrus, Ok. No timelines. :) Can you post me a thread which explains the current support? Almost everything is supported. What's missing is this: fetch joins, constructors in SELECT, and probably a few more edge cases that we are disc

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Laszlo Sas
Hello Andrus, Ok. No timelines. :) Can you post me a thread which explains the current support? Or which part of the documentation explains outer joins? Thanks, Laszlo Andrus Adamchik írta: Hi there, On Mar 25, 2008, at 5:28 PM, Laszlo Sas wrote: Hello, I want to use left join fetch, b

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Andrus Adamchik
On Mar 25, 2008, at 5:31 PM, Andrus Adamchik wrote: Does Cayenne support outer joins (I think about a non-EJBQL support)? Yes, but not the fetch joins. Sorry... non-EJBQL queries (i.e. SelectQuery) does not support outer joins (there are some patches in Jira to support that, but they are

Re: EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Andrus Adamchik
Hi there, On Mar 25, 2008, at 5:28 PM, Laszlo Sas wrote: Hello, I want to use left join fetch, but currently Cayenne throws the following Exception: java.lang.UnsupportedOperationException: Fetch joins are not yet supported Does Cayenne support outer joins (I think about a non-EJBQL su

EJBQL: Fetch joins are not yet supported.

2008-03-25 Thread Laszlo Sas
Hello, I want to use left join fetch, but currently Cayenne throws the following Exception: java.lang.UnsupportedOperationException: Fetch joins are not yet supported Does Cayenne support outer joins (I think about a non-EJBQL support)? Do you have a roadmap for EJBQL? Thanks, Laszlo