Changelog 703 B

1234567891011121314151617181920
  1. 2008-12-18 Veerapuram Varadhan <[email protected]>
  2. * OciDefineHandle.cs (GetValue): Use connection's environment
  3. handle instead of Parent handle.
  4. 2008-07-06 Sebastien Pouliot <[email protected]>
  5. * OciDefineHandle.cs,
  6. * OciParameterDescriptor.cs: Replace a few Type.GetType("System.Byte[])
  7. by typeof(byte[])
  8. [Found using Gendarme AvoidTypeGetTypeForConstantStringsRule]
  9. 2007-01-19 Leszek Ciesielski <[email protected]>
  10. * OciCalls.cs: Speed up of the memory allocation
  11. 2007-01-04 Leszek Ciesielski <[email protected]>
  12. * OciCalls.cs:
  13. * OciErrorHandle.cs:
  14. * OciRowIdDescriptor.cs:
  15. * OciDefineHandle.cs: padding allocated memory with 0's (this is what OCI expects)