xdenser / node-firebird-libfbclient

Firebird SQL binding
MIT License
82 stars 34 forks source link

explicitly cast uv_after_work_cb to uv_queue_work #18

Closed mariuz closed 10 years ago

mariuz commented 10 years ago

Per the node 0.8 -> 0.10 migration guide: The uv_after_work_cb signature has changed to take a second integer argument indicating status. For backwards compatibility, explicitly cast the 4th argument to uv_queue_work.

Fixes #17