Subject: | incorrect doc for ora_fetch_scroll() |
The doc for ora_fetch_scroll() claims that it behaves like
fetchrow_array; there is even an example assigning to an array called
@ary ... but in reality the method behaves like fetchrow_arrayref(),
even in list context : it always returns an arrayref, not an array.
Tested on Strawberry Perl v5.12.1, DBD::Oracle v1.34, OCI 11.2.0.2.