-
Couldn't load subscription status.
- Fork 1.1k
Open
Labels
Description
We have a use case where we are streaming thousands of records from a database and occasionally one record will have an error. We would love to have the option to keep streaming records even when a read fails. The current implementation always destroys the stream on any error:
node-oracledb/lib/queryStream.js
Line 106 in 1d0ee74
| this.destroy(err); |