Hello!
On Fri, 14 Sep 2007, Biswadeep Chowdhury wrote:
I am listing the patch (diff file).
The REF CURSOR array-fetch can be turned on using something like
"$dbh->{RefCursorCacheSize}=16;".
Array fetch remains off by default (single row fetch) so that it will not
affect users who dont care about it.
I have added tests to the end of "50cursor.t" that you may execute to view
performance improvements.
I hope you will consider it for the next version.
Shouldn't it be implemented as fetchall_arrayref( $slice,
$max_rows ) ? DBD::Oracle lacks it.
Bye. Alex.