[svn:dbd-oracle] r14648 - dbd-oracle/branches/mjevans
[email protected] Thu, 20 Jan 2011 10:31:48 -0800 (PST)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: mjevans Date: Thu Jan 20 10:31:47 2011 New Revision: 14648 Modified: dbd-oracle/branches/mjevans/Oracle.pm Log: Minor typo in pod fixed Modified: dbd-oracle/branches/mjevans/Oracle.pm ============================================================================== --- dbd-oracle/branches/mjevans/Oracle.pm (original) +++ dbd-oracle/branches/mjevans/Oracle.pm Thu Jan 20 10:31:47 2011 @@ -1833,7 +1833,7 @@ sets the number of rows to buffer at a time (default value is 1000). The C<execute_for_fetch> function will collect (at most) this many -rows in an array, send them of to the DB for execution, then go back +rows in an array, send them off to the DB for execution, then go back to collect the next chunk of rows and so on. This attribute can be used to limit or extend the number of rows processed at a time.