Vincent Rogier

Results 117 comments of Vincent Rogier

Hi, @AidyCC Thanks :) @cjbj you have now a raw OCI reproductible test case that demonstrate the issue as requested :) Regards, Vincent

I am afraid that I cannot do anything until @cjbj reports the issue to the OCI team. I added in 4.7.3 the usage of OCIRowIDToChar() to fix issue #264. The...

@cjbj I will double check my previous test on my Linux environment. Regards, Vincent

Hi, I don't really understand the issue. Can you provide more issue information, technical information (oracle version, ocilib version, ....) and sample code to reproduce the issue ? thanks Vincent

Hi, Thanks for reporting the issue and a fix. I cannot accept PR as I do not yet have put in place Contributor License Agreement (CLA) for OCILIB repository. I...

Hi, 1/ ocilib has been using autotools on Linux/Unix since day one. On windows, prebuilt binaries are provided ( Visual Studio and code::blocks solutions are also provided. 2/ CMake was...

Hi, The code from demo/coll.hpp compiles fine under Windows. I will check again with GCC (might have forgot to test it under GCC) If I get same issue, I will...

Hi, the issue seeems logical - MSVC seems to to detect it. I will fix differently by adding a const_cast to remove the const on this in Collection::operator [](unsigned int...

Hi, Can you provide sample code reproducing the issue? Direct loading operations that load data in the same table/partitions are not meant to be performed from concurrent threads. Regards, Vincent

That might be ways to parallelize to some extend the process but for a given direct path handle, loading data into the database shall be used from a single thread...