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
Yick! You are probably right. PreparedStatement must retain the value of setMaxRows(). I had kinda assumed it only applied for the very next executeQuery() method, but probably not. Thats a VERY nasty bug. Would you submit a bug report please? (Workaround is to disable Hibernate PreparedStatement