CodeFoodPixels / node-promise-mysql

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

Upgrading from v4 to v5 The pool.releaseConnection has been removed, please use poolConnection.release instead. #156

Closed vdarevskOTF closed 3 years ago

vdarevskOTF commented 3 years ago

Can someone explain why? Why?

"Upgrading from v4 to v5 The pool.releaseConnection has been removed, please use poolConnection.release instead."

Now to upgrade I have to change and do a new release of the whole bloody SDK because of this! Ughh..

CodeFoodPixels commented 3 years ago

I can't remember exactly why. Probably deprecated in the mysql library we use.