wankdanker / node-odbc

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

Attempted fix to bug reported in issue 84 #16

Closed bzuillsmith closed 9 years ago

bzuillsmith commented 9 years ago

The line responsible for the last compile error reported in issue 84 also seemed to be creating a Persistent handle that is never cleared. Found similar issues in a couple other places as well that I've changed in this commit. Not sure if that is the cause of the compile error or not. Either way, I hope this fixes it.

bzuillsmith commented 9 years ago

Did more on this. Will submit a new request