wankdanker / node-odbc

ODBC bindings for node
MIT License
174 stars 79 forks source link

Fix for nan compile issue #21

Closed bzuillsmith closed 9 years ago

bzuillsmith commented 9 years ago

This is a hotfix for the nan compile issue. The current version tries to install a later version of nan that breaks compilation. This change will limit it to workable versions for now until we understand the changes and change the code. This fixes issue 92.

wankdanker commented 9 years ago

Merged and pushed v1.1.7 to npm. Thank you, Ben.