vrogier / ocilib

OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases

Home Page:http://www.ocilib.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCI_BindSetCharsetForm() is not accessible since v4.7.0

vrogier opened this issue · comments

It is a regression from v4.7.0.
The public symbol OCI_BindSetCharsetForm was missing the qualifier OCI_SYM_PUBLIC that make the symbol to be in the export symbol table of the library.

Will be fixed for v4.7.5