-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Build with NaN #43
Build with NaN #43
Conversation
Signed-off-by: Richard Natal <bigous@gmail.com>
Signed-off-by: Richard Natal <bigous@gmail.com>
This reverts commit 6ecdca7.
This reverts commit 6ecdca7. Signed-off-by: Richard Natal <bigous@gmail.com>
Signed-off-by: Richard Natal <bigous@gmail.com>
Signed-off-by: Richard Natal <bigous@gmail.com>
Signed-off-by: Richard Natal <bigous@gmail.com>
Signed-off-by: Bigous <bigous@gmail.com>
Signed-off-by: Bigous <bigous@gmail.com> Signed-off-by: Richard Natal <bigous@gmail.com>
Fantastic! It would be great if you can sign the OCA (see CONTRIBUTING.md) so we can merge this. |
Hi @cjbj I've sent it a cuple of minutes ago. Tks for your fast reply! ;) |
Just compiled it on a OL6.6 x86_64 and it worked. Just some warnings on the examples.
|
Signed-off-by: Richard Natal <bigous@gmail.com>
Hi @alexsantos , The warning was in the examples and not in the driver wrapper itself. I removed the sys dependency from webapp.js, just to be clean ;) Tks for your help. |
👍 |
Signed-off-by: Richard Natal <bigous@gmail.com>
I have merged the latest commits to this pull so it can flawlessly be merged. |
👍 |
1 similar comment
👍 |
Hi @Bigous any merge will be some time off since the devs are busy continuing the other features (and projects) that they had already started and will need time to evaluate your patch. I was told your OCA form should be being processed this week. There are also some other administrative things pending, too. I'll let you know the progress. |
@Bigous can you add the signoff on your commit? See https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md |
@pkoretic thanks for the tests! |
Signed-off-by: Richard Natal <bigous@gmail.com>
Signed-off-by: Richard Natal <bigous@gmail.com>
@cjbj Merged to be easier to accept the pull. |
@cjbj any news on this one? :) |
@pkoretic our internal approval process is progressing, but is not complete. I think the biggest hurdles have been jumped (famous last words!) |
Hi @cjbj , |
@Bigous approvals are still pending. I did some door knocking today to help nudge the issue along. |
Ok, tks Chris |
Any updates? |
@hertzg waiting on just one final approval. |
@cjbj Great! thx for update |
Signed-off-by: Richard Natal <bigous@gmail.com>
@cjbj , I'm merging my fork with version 0.5 and got some warnings. almost all of them because DPI_SZ_TYPE to unsigned long when calling GetOutBinArray with executeBaton->rowsAffected... |
@Bigous I'll pass that on. Sorry we are still in a holding-pattern on official NAN support. |
@Bigous, i can't build your fork with this PR on Mac OS X (Node 12.2): CXX(target) Release/obj.target/oracledb/src/njs/src/njsConnection.o |
Signed-off-by: Richard Natal <bigous@gmail.com>
Hi @fuson, I have been trying to keep the code as close to the original as possible, but, to solve this ambiguity, I had to change a little bit the code to avoid operator ?: together with NanNull(). I dont have a Mac to test. Could you see if it works for you? tks. |
Yay! Thanks @Bigous. There are still a few compile warnings on some versions of Linux we'll look at. |
Hi @cjbj Thanks - you had a lot of effort to merge this one ;) almost a novel! |
Hi people,
This pull intend to solve issue #2 .
After some headaches, I could compile and run this driver wrapper with the NaN on IOJS 1.5.0 x64 on Windows.
I've tested only select commands and I need help to test everything, but it's usable.
We need some automated tests to see if all of this is working properly.
People who wanna run on IOJS on Windows, must run with iojs.exe and not node.exe due to a bug in iojs.
Hope have helped.
tks.
Richard