asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Exceptions in ResultSet#fetch causes rows to be swallowed #3

Closed asfernandes closed 6 years ago

asfernandes commented 6 years ago

ResultSet#fetch methods has options.fetchSize, so if we try to fetch 10 rows and there is 5 rows followed by an exception, no rows are returned.