Andreas Bohnert wrote:
I have just run several tests with different hints. It works very well, however, if I don't set a hint, no cursors are used, even with getIteratorByQuery!

Good to hear that it's working well!

But maybe that's not too bad. If you enable cursors on iterators by default, MySql users could run into troubles.

I will put this on the TODO list as it was my intention that getIteratorByQuery should set fetchSize hints of 1 automatically.

If that's not working it should either be fixed or backed out
(which might be an option considering your MySQL info).

just a question: can I apply your patch easily to the 1.0.3 sources? I don't know how stable the current OJB_1_0_RELEASE branch is.

"Bleeding edge" development for OJB v1.1+ is in CVS HEAD, but should also not be broken. OJB_1_0_RELEASE is maintenance for the last release OJB and is thus pre-1.0.4 at the moment.

As a rule of thumb, OJB_1_0_RELEASE branch is currently as stable as v1.0.3
plus some bugfixes and new minor improvements like fetchSize hints.

I would suggest that you run with a CVS snapshot from the branch instead
of patching 1.0.3 with the changes.

Regards,
 Martin


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to