Vincent Rogier
Vincent Rogier
Hi, Sorry for such a delayed response. Regarding the linking issue that a bug in the C++ API that will be fixed in branch 4.7.5. I will create a separate...
Hi, Any news ? btw, I created an issue (#314) and committed a fix for the visibility of OCI_BindSetCharsetForm() regards, Vincent
Hi, Yes, might be good idea! Added in my ToDo list. Thanks Vincent
Hi, Thanks for sharing this :) I had a quick look at the PR and here is some open questions: - No support for building wide character version of ocilib...
closing this issue as vcpkg distribution has been since added
Hi, Can you provide a sample code to reproduce the issue? I presume the C code is using OCI_GetString() ? Insertion order is not necessary the same as default select...
Just tried with following code: ```sql create table test_ociclob (name varchar2(50), value clob); insert into test_ociclob values('NULL CLOB', null); insert into test_ociclob values('EMPTY STRING', ''); insert into test_ociclob values('EMPTY CLOB',...
- with NULL CLOB, oracle client reports a NULL value => OCI_GetString() returns NULL - with EMPTY STRING, oracle client reports a NULL value => OCI_GetString() returns NULL - with...
Hi, I reproduced the issue using provided code. In the 1st workflow (init, start reader, send raw, send blob) , when the reader tries to retrieve the "BYTES_LOB" member of...
I could of course not check the indicator value for pointer based properties and use the value if not null but if oracle client forget to initialize some members, we...