Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 73318
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: DAMI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.34
Fixed in: (no value)



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.
Very true. Doc amended in master branch: https://github.com/yanick/DBD-Oracle/commit/2b70a29b3bc78ed6d31de6a8c46062fb486611e6 Will be part of v1.38. Thanks!
v1.38 released.