-
Notifications
You must be signed in to change notification settings - Fork 99
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
No work on 0.12 #254
Comments
The compilation error is in this file: https://github.com/joeferner/node-oracle/blob/master/src/commitBaton.h It's explained here how you should write the code for Node 0.12. Can somebody please fix it? |
strong-oracle runs on 0.12. This one appears to be done. |
thanks @ericwaldheim ! Just what I needed. They seem compatible too so I'm just using that driver instead now. This one's dead it seems. |
Also looks like the docs for this driver has been updated to say as much and refers to an official oracle driver |
I tried strong-oracle on 0.12, it works, but much slower. I'm currently investigating why. But fixing this driver is still a good idea. |
(I doubt that will happen but FYI I long ago submitted a pull request to get it running with nan #223) |
@ericwaldheim @oebspm If either of you are interested in commit access, joeferner would be more than happy to add you as a contributor. So far no one has stepped up. #223 has not been merged because there is a conflict (perhaps minor) and I no longer have the time to invest in maintaining this driver. |
I have this compiling with node-gyp and running on node v4.1.2 . Might be a starting point for anyone who wants to use it. I haven't tested the new buffer code for the BLOBs but everything else seems to work. |
@masopmac I am very interested. |
@masopmac @mrlannigan I know you might have hard-to-migrate code bases, but what features in the other driver https://github.com/oracle/node-oracledb do you need for it to be a viable replacement? |
@cjbj It was the hard-to-migrate code bases as you mentioned. I haven't tested node-oracledb at all. |
@cjbj i also have a hard-to-migrate code base. But really I just need this driver to compile to node 4. I have the migration planned out, it's just I'm stuck on 0.10 until I can either get this driver compiling or moving to oracledb. |
Julian, I emailed you everything you need to compile it.
|
@masopmac @mrlannigan when you get a chance to look at it, let me know your wishlist. |
@masopmac I haven't received anything? |
@mrlannigan sent to the email in your github profile. Let me know if there is a better place to send. |
Works fine on 0.10 but alas ...
I don't see any other issues open on this; did I miss something?
The text was updated successfully, but these errors were encountered: