-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
-
What is your Node.js version? Is it 64-bit or 32-bit? Run
version.jsfrom
64-bit v4.8.7 & v6.13.0 -
What is your node-oracledb version?
Latest -
What error(s) you are seeing?
Uncaught TypeError: self.destroy is not a function
After this commit our CI tests over at knex started breaking with the above error message. After some digging I realized that .destroy was added to ReadableStream in node 8+, which means the current version of the lib does not work for Node < 8.
The README states
Use node-oracledb to connect Node.js 4, 6, 8 and 9 to Oracle Database.