[Orclib-devel] OCILIB 2.1.0 temporary changelog 2008-02-26
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
|
From: vincent r. <vin...@ya...> - 2008-02-26 12:08:23
|
Hi,
Here is the 2008-02-26 temporary changelog for version 2.1.0 :
2008-02-26 Version 2.1.0 Vincent Rogier vin...@ya...
* Added public retrieval of internal OCI handles :
- OCI_HandleGetEnvironment()
- OCI_HandleGetContext()
- OCI_HandleGetServer()
- OCI_HandleGetError()
- OCI_HandleGetSession(O)
- OCI_HandleGetTransaction()
- OCI_HandleGetStatement()
- OCI_HandleGetLob()
- OCI_HandleGetFile()
- OCI_HandleGetDate()
- OCI_HandleGetTimestamp()
- OCI_HandleGetInterval()
- OCI_HandleGetObject()
* Extended Hash Tables support :
- Added OCI_HashGetEntry() to navigate an OCILIB Hash Tables
- Added OCI_HashGetType()
- Added OCI_HashGetSize()
* Added support for Lobs larger > 4 Go
- Added type uintlob_t
- Modified OCI_Lob and OCI_File APIs to change unsigned int parameters to uintlob_t
* Fixes
- Added checks for compiling with static linkage and Oracle 8i (some Timestamp/Interval code portions were not excluded from compilation with Oracle 8i)
|