RE: orderby column in indirection-table

2005-08-02 Thread jon_french
uot;OJB Users List" To "OJB Users List" cc Subject RE: orderby column in indirection-table FYI...There is a bug with MtoNCollectionsPrefetcher that caused certain collections indirect MtoN collections to ignore the order-by clauses. I committed a patch for that about 2

RE: orderby column in indirection-table

2005-07-28 Thread Clute, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 27, 2005 4:01 PM > To: OJB Users List > Subject: Re: orderby column in indirection-table > > Hi Armin: > > Your suggestion is basically what I started with excep

Re: orderby column in indirection-table

2005-07-27 Thread jon_french
OURCE(SOURCE_ID) ); Thanks, Jon French Programmer ECOS Development Team [EMAIL PROTECTED] 970-226-9290 Armin Waibel <[EMAIL PROTECTED]> 07/26/2005 04:47 PM Please respond to "OJB Users List" To OJB Users List cc Subject Re: orderby column in indirection-table Hi Jon, is

Re: orderby column in indirection-table

2005-07-26 Thread Armin Waibel
mer ECOS Development Team [EMAIL PROTECTED] 970-226-9290 Armin Waibel <[EMAIL PROTECTED]> 07/26/2005 12:32 PM Please respond to "OJB Users List" To OJB Users List cc Subject Re: orderby column in indirection-table Hi Jon, In your case the indirection table isn

Re: orderby column in indirection-table

2005-07-26 Thread jon_french
ce code further. Best, Jon French Programmer ECOS Development Team [EMAIL PROTECTED] 970-226-9290 Armin Waibel <[EMAIL PROTECTED]> 07/26/2005 12:32 PM Please respond to "OJB Users List" To OJB Users List cc Subject Re: orderby column in indirection-table Hi

Re: orderby column in indirection-table

2005-07-26 Thread Armin Waibel
Hi Jon, In your case the indirection table isn't a real indirection table, because you store additional information in column AUTHOR_ORDER. How is the AUTHOR_ORDER column populated? Think OJB will ignore this column when handling the m:n relation between Book and Author - or I'm wrong? Anywa