-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for nan 2.0 API changes (io.js 3.x - node.js 4.0) #93
Comments
Yep, just need someone to get it compiling with 2.0. |
Temporary fix: restrict supported node engine on |
Just released odbc@1.2.0 which compiles and passes tests with current nan and node@0.8.28, node@0.10.40, node@0.12.7, node@4.0.0, node@4.1.0, node@4.1.1 but has not been extensively tested for memory leaks or things of that nature. |
A whole day running SQL on BlazingSquirrel web SQL client. No signal of memory leaks serving on Ubuntu 14.04.3 with IBM DB2 CLI Driver 10.x. And I'm talking about more than 10 million registers at least. Awesome, Dan. |
Awesome. Glad to hear it! |
* Retool the build process and binding process to use node-pre-gyp's N-API support * Update .gitignore for new build artifacts * Change default npm install script Signed-off-by: Mark Irish <mirish@ibm.com>
nan was updated to 2.0 and supports V8 changes in io.js 3.x.
This new API will be determinant for node.js 4.0
The text was updated successfully, but these errors were encountered: