RE: [Hibernate] Odd Query behavior

2003-02-19 Thread Gavin . King
eforge.net <[EMAIL PROTECTED]>

RE: [Hibernate] Odd Query behavior

2003-02-19 Thread Ken Robinson
t: Tuesday, February 18, 2003 3:58 PM To: Ken Robinson Cc: Hibernate developer list (E-mail) Subject: Re: [Hibernate] Odd Query behavior Yick! You are probably right. PreparedStatement must retain the value of setMaxRows(). I had kinda assumed it only applied for the very next executeQuery() m

Re: [Hibernate] Odd Query behavior

2003-02-19 Thread Gavin . King
IL PROTECTED] cc: eforge.net Subject: [Hibernat

[Hibernate] Odd Query behavior

2003-02-18 Thread Ken Robinson
Hi all, We're noticing some strange behavior with Query.setFirstResult/Query.setMaxResults. If we execute a query with these values set, we get the expected result. However, if we then execute the same query (in a new session, with a new Query) without limiting the resultset, we still only get the