Open buxit opened 12 years ago
@buxit Well, I've never worked with this "generic-pool" feature. I don't have any idea about how we could fix this.
Furthermore,the "mysql-libmysqlclient" seems to be broken at the moment for Node.js v 0.10 - I had to disable its unit tests for the moment... :-/ (@see https://github.com/Sannis/node-mysql-libmysqlclient/issues/181 or error messages after "npm install" on https://travis-ci.org/DrBenton/Node-DBI/jobs/16871572)
If you know how to solve this problem, let me now! :-)
hi!
I'm trying to use node-dbi with generic-pool. It works well with adaptor mysql. With mysql-libmysqlclient i get:
Apparently the resources returned by two subsequent new DBWrapper() are the same for mysql-libmysqlclient? Am I doing something wrong?