CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

ConnectionPool functions are undefined #67

Closed avivshafir closed 6 years ago

avivshafir commented 6 years ago

When running in node 4.4.2 the connection pool functions are undefined. and you get the conn.release is not a function error. while in node 7 and above the connection pool functions are working fine. the problem is also described here: https://stackoverflow.com/questions/13474710/util-inherits-alternative-or-workaround