Vincent Rogier

Results 117 comments of Vincent Rogier

Hi, you can download develop-v4.7.5 directly from GitHub as a git archive ZIP file ;) Vincent

Ok , I will apply the local 4191 desactivation/restore in other usages of OcilibListForEach/OcilibListForEachWithParam/OcilibListFind. I will push a commit today. Vincent

That's funny, as that was no change in this portion of code in environment.c from your previous compilation. While I understand the C4191 on this, It had never popped up...

Update pushed ! what will be the next C4191 suppression :) ?

Hi Arnaud, How are you doing? It's been a while :) 64bit version of time methods are not AIX specific but are avaible on all 64bit environments. I can try...

Will be taken into account for v5.0.0

Closing this issue (5 years old) as it won't be addressed in a near future.

Hi, Shall the host API user (OCILIB) consider a PL/SQL statement execution returning OCI_NO_DATA as an error case? That's a good question. Other PL/SQL exceptions are mapped to OCI_ERROR while...

Hi, I committed a change in v4.7.5 branch that handles no_data_found from PL/SQL engine as an error while treating no_data_found from SQL engine as a success. Regards, Vincent