Buto / sails-oracledb-sp

A sails adapter specialized for invoking Oracle stored procedures
http://node-ora-sp.com
MIT License
2 stars 1 forks source link

Call getRows in chunks #1

Closed nethoncho closed 9 years ago

nethoncho commented 9 years ago

Currently the Adapter's find method uses hard codded value for getRows numRows Create a new function to fetch chunks of rows. See https://github.com/oracle/node-oracledb/issues/65#issuecomment-128715957 as an example Also see https://github.com/oracle/node-oracledb/blob/master/examples/refcursor.js