Re: queryForList with skip max and groupBy feature

2005-08-05 Thread Michal Malecki
- Original Message - From: "Michal Malecki" <[EMAIL PROTECTED]> To: Sent: Thursday, August 04, 2005 4:13 PM Subject: Re: queryForList with skip max and groupBy feature > Ok, so I'll use ResultHandler > great request for developers - please make javadoc for

Re: queryForList with skip max and groupBy feature

2005-08-04 Thread Michal Malecki
Ok, so I'll use ResultHandler great request for developers - please make javadoc for queryForList more precise! Michal Malecki Subject: RE: queryForList with skip max and groupBy feature i had a look at the src and it is not objects.. It sets the skip on the resu

RE: queryForList with skip max and groupBy feature

2005-08-04 Thread James, Steven
i had a look at the src and it is not objects.. It sets the skip on the resultset... From: Michal Malecki [mailto:[EMAIL PROTECTED] Sent: Thu 04/08/2005 15:04 To: user-java@ibatis.apache.org Subject: Re: queryForList with skip max and groupBy feature This

Re: queryForList with skip max and groupBy feature

2005-08-04 Thread Michal Malecki
oin at that... Due to the joins you will get more than one row per object... Steve.. From: Michal Malecki [mailto:[EMAIL PROTECTED] Sent: Thu 04/08/2005 14:33 To: user-java@ibatis.apache.org Subject: Re: queryForList with skip max and groupBy feature part of sql

RE: queryForList with skip max and groupBy feature

2005-08-04 Thread James, Steven
object... Steve.. From: Michal Malecki [mailto:[EMAIL PROTECTED] Sent: Thu 04/08/2005 14:33 To: user-java@ibatis.apache.org Subject: Re: queryForList with skip max and groupBy feature part of sql is: select ls_name,le_id,le_level,le_message,le_location

Re: queryForList with skip max and groupBy feature

2005-08-04 Thread Michal Malecki
is used to create list of KeyValue objects Regards Michal Malecki - Original Message - From: "James, Steven" <[EMAIL PROTECTED]> To: Sent: Thursday, August 04, 2005 3:24 PM Subject: RE: queryForList with skip max and groupBy feature i meant number of objects returned..

RE: queryForList with skip max and groupBy feature

2005-08-04 Thread James, Steven
i meant number of objects returned... Caqn u also post the sql.. Cheers, Steve From: Michal Malecki [mailto:[EMAIL PROTECTED] Sent: Thu 04/08/2005 14:15 To: user-java@ibatis.apache.org Subject: Re: queryForList with skip max and groupBy feature as far as i

Re: queryForList with skip max and groupBy feature

2005-08-04 Thread Michal Malecki
as far as i am aware there is no such feature so send some more details ie the xml file with query? About which feature are you talking about? groupby: regards Michal Malecki Dzial Uslug Sieciowych

RE: queryForList with skip max and groupBy feature

2005-08-04 Thread James, Steven
as far as i am aware there is no such feature so send some more details ie the xml file with query? From: Michal Malecki [mailto:[EMAIL PROTECTED] Sent: Thu 04/08/2005 12:52 To: user-java@ibatis.apache.org Subject: queryForList with skip max and groupBy feature