Closed behroozshafiabadi closed 8 years ago
hi @sagiegurari when i use connection.query its only return first 100 row...is that any property to change this behavior ??? without simple oracledb i solve it with using resultset
add options: resultset true
connection.query('SELECT * FROM SOME_TABLE', [], { resultSet: true }, function (error, jsRows) { console.log(jsRows); });
hi @sagiegurari when i use connection.query its only return first 100 row...is that any property to change this behavior ??? without simple oracledb i solve it with using resultset