Matt Mello wrote:
 > Can we patch / extend the driver to allow us to set an absolute maximum
 > resultset length on a query and alert us when it would have been
 > exceeded WITHOUT it causing our system to go haywire / crash / get OOME?
Oh, and apparantly Statement.setMaxRows(int max) works, in response to
my own question about how to absolutely limit a resultset.
--
Matt Mello