OCILIB 1.4.0 (Default branch) |
|
|
OCILIB is an open source C library to access
Oracle databases. It encapsulates OCI (Oracle Call
Interface), a low-level programming interface
provided by Oracle that is a powerful but complex
API. OCILIB is built on top of OCI, hiding its
complexity and providing a simpler, more readable,
and more reusable API.
License: GNU Lesser General Public License (LGPL)
Changes:
Interval datatype support was added. Timestamp
datatype support was added. Hash tables are
supported. OCI version detection was addeed.
OCILIB C source compatibility for C++ was added.
The library was prepared for OCILIB++ (a C++
wrapper around the OCILIB C API). Resultset values
can be retrieved now by column names.
Miscellaneous internal fixes were made.
Miscellaneous internal modifications were made.
|