Vincent Rogier

Results 117 comments of Vincent Rogier

Hi, Found the issue in ocilib code. In your example, with current versions of OCILIB, OCI_GetVersionConnection() should return 90200 instead of 920 for a Oracle 9.2.0 server version. In v4.7.5,...

Hi, The code hangs in the 3rd iteration as by default, if the pool is exhausted, requesting a new connection blocks until one is available. This is expected behavior. You...

Indeed, I missed that point. I will investigate. Regards, Vincent.

Hi, This is a bug introduced by commit 8ad2fa43c8b9f5089fa3b26aa96f16b0f2eb20e5 in v4.7.5. It is now fixed in v4.7.7 dev branch. Regards, Vincent

And OCI call OCIRefHexSize() returns the size and an ANSI hex string....

Hi, Thanks for reporting the issue. It has been resolved in current development branch 4.7.7. Regards, Vincent

Hi, thanks for reporting the issue. Sometime some properties reported by the OCI client library can be not NULL terminated. I committed some change that ensure these are now retrieved...