2008-01-04 Version 1.5.0 Vincent Rogier vince_rogier@yahoo.fr * Added proper RAW support - OCI_GetRaw() - OCI_GetRaw2() - OCI_BindRaw() - OCI_BindArrayOfRaws() * Added Array interface support for fast bulk operations - OCI_BindArraySetSize() - OCI_BindArrayOfInts() - OCI_BindArrayOfStrings() - OCI_BindArrayOfDoubles() - OCI_BindArrayOfDates() - OCI_BindArrayOfTimestamps() - OCI_BindArrayOfIntervals() - OCI_BindArrayOfLobs() - OCI_BindArrayOfFiles() * Timestamps and intervals - Added support in OCI_Immediate() and OCI_ImmediateFmt() - Added support in OCI_GetColumnSQLType() * Added OCILIB versioning constants - OCILIB_MAJOR_VERSION - OCILIB_MINOR_VERSION * Miscellanious modifications and fixes - Modified : Resetting bind indicators to not null after each execute call - Fixed : Column retrieving from name is NOW case insensitive - Modified : Hash table key comparison is NOW case insensitive - Added : ChangeLog content to HTML documentation Main page