eforge.net <[EMAIL PROTECTED]>
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
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