CodeFoodPixels / node-promise-mysql

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

fix inheritance issue in poolConnection with node 4 #68

Closed avivshafir closed 6 years ago

avivshafir commented 6 years ago

The order of the inheritance solves the undefined functions issue in node 4

CodeFoodPixels commented 6 years ago

Happy to merge if it fixes it, but can you undo all the unnecessary formatting changes please?

CodeFoodPixels commented 6 years ago

Just published 3.1.1 to npm with this fix, thanks!