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