CarnegieLearning / connect-mysql-session

A MySQL session store for node.js connect.
BSD 3-Clause "New" or "Revised" License
41 stars 17 forks source link

Updated dependency for Sequelize to 1.4.0 #8

Open alum opened 11 years ago

alum commented 11 years ago

There is a problem with the node lib mysql 0.9.4 (dependency of sequelize@<1.3.0) which create zombie db connections resulting in 'too many connections'. This has been solved in sequelize version 1.3.0 and higher.