You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
I'm trying to use node-dbi with generic-pool. It works well with adaptor mysql.
With mysql-libmysqlclient i get:
ERROR pool dbi - release called twice for the same resource: Error
at Object.exports.Pool.me.release (.../node_modules/generic-pool/lib/generic-pool.js:317:61)
at exports.Pool.diff (.../node_modules/generic-pool/lib/generic-pool.js:263:14)
at poolModule.Pool.create (.../dbi-pool.js:18:7)
at DBWrapper._onAdapterConnection (.../node_modules/node-dbi/lib/dbWrapper.js:536:44)
at Adapter.EventEmitter.emit (events.js:93:17)
at Adapter.DBAdapterAbstract._onConnectionInitialization (.../node_modules/node-dbi/lib/dbAdapterAbstract.js:239:8)
Apparently the resources returned by two subsequent new DBWrapper() are the same for mysql-libmysqlclient?
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: