2008-12-18 Veerapuram Varadhan * OciDefineHandle.cs (GetValue): Use connection's environment handle instead of Parent handle. 2008-07-06 Sebastien Pouliot * OciDefineHandle.cs, * OciParameterDescriptor.cs: Replace a few Type.GetType("System.Byte[]) by typeof(byte[]) [Found using Gendarme AvoidTypeGetTypeForConstantStringsRule] 2007-01-19 Leszek Ciesielski * OciCalls.cs: Speed up of the memory allocation 2007-01-04 Leszek Ciesielski * OciCalls.cs: * OciErrorHandle.cs: * OciRowIdDescriptor.cs: * OciDefineHandle.cs: padding allocated memory with 0's (this is what OCI expects)