mariano / node-db-mysql

MySQL database bindings for Node.js
http://nodejsdb.org
150 stars 30 forks source link

WARNING: ev_ref is deprecated, use uv_ref #77

Open ghost opened 12 years ago

ghost commented 12 years ago

Using node 0.8.1 I get the above error message when executing db-mysql methods.

cu Roman

QuinoBLN commented 12 years ago

Having the same behaviour here with v. 0.8.2.

cu Quino

efolio commented 12 years ago

Me too on Node v0.8.4 : "WARNING: ev_unref is deprecated, use uv_unref"

This might help on solving the issue: http://stackoverflow.com/questions/11755395/node-js-fixing-ev-ref-ev-unref-warning

qraynaud commented 12 years ago

Yes, this issue is fixed on trunk. Hope mariano will release soon.

sharonjl commented 11 years ago

I am still experiencing this issue.

NachoSoto commented 11 years ago

+1

gecata83 commented 11 years ago

I'm having the same problem, maybe there is another modul for db-mysql?

nabeelio commented 11 years ago

Is this fix going to be released?

jornare commented 11 years ago

+1

mattmcla commented 11 years ago

+1

qraynaud commented 11 years ago

According to my perception, even if the maintainer often says otherwise on github, he is not maintaining node-db related packages. I proposed a patch months ago that he read & accepted but never commited. I saw another patch ready to roll out that never made it for the same reasons.

This could easily be made right if the author would accept to give rights on the repository to someone else that would do the job in the meantime (I believe he really intend to support those but is working on other projects and thus can't find the time to do both).

As of now, I only see one other solution : to fork the project. It is not very practical and you have to make people do the switch after that. That's not an awesome way of doing this.

ghost commented 11 years ago

+1 too.I am just deal with db-msyql.

FaridSafi commented 11 years ago

+1