Martin Smola
Results
1
issues of
Martin Smola
On this line https://github.com/oracle/node-oracledb/blob/afb9f696ca7dbdd72150ba5efdc94f3ebffb4133/lib/thin/sqlnet/ezConnectResolver.js#L223 the `for...in` loop is used which causes an error when `Array.prototype` is extended since it iterates over the added methods. Changing the `for...in` to `for...of` fixes...
bug
patch available