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

Two doubts !

MagicXran opened this issue · comments

commented
  1. Is ocilib::Pool thread safe?
  2. It seems that the annotation descriptions of SetNoWait function of C interface and SetNoWait function of c++ interface are inconsistent, which one shall prevail?
    c api:
    image

c++ api:
image

Hi,

This is a documentation issue that will be fixed for v4.7.7 release.

Regards,

Vincent