[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data.OracleClient / System.Data.OracleClient.Oci / Changelog
1 2009-11-21  Daniel Morgan  <monodanmorg@yahoo.com>
2
3         * OciDefineHandle.cs: implement data types LONG RAW / LONG VARRAW
4                 to output as byte[]
5
6 2009-10-29  Veerapuram Varadhan  <vvaradhan@novell.com>
7
8         ** Fixes #321718
9         * OciCalls.cs: Add stub for OCILobCharSetForm to get the charset
10         form associated with a CLOB/NCLOB.
11
12         * OciLobLocator.cs: Add Environment handle property that is
13         required to call OCILobCharSetForm and pass the output value to
14         OCILobRead. 
15
16         * OciDefineHandler.cs: Update Environment property of
17         OCILobLocator.
18
19 2009-10-27 Joerg Rosenkranz  <joergr@voelcker.com>
20
21         * OciCalls.cs: Wrong function name in trace.
22
23 2009-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>
24
25         * Fixes #480377
26         * OciCalls.cs:
27         * OciDataType.cs:
28         * OciDefineHandle.cs:
29         * OciHandle.cs:
30         * OciIntervalDescriptor.cs:
31         * OciParameterDescriptor.cs: Implement INTERVAL_YEAR_TO_MONTH and 
32         INTERVAL_DAY_TO_SECOND OCI types.
33         
34 2008-12-18  Veerapuram Varadhan  <vvaradhan@novell.com>
35         
36         * OciDefineHandle.cs (GetValue): Use connection's environment
37         handle instead of Parent handle.
38         
39 2008-07-06  Sebastien Pouliot  <sebastien@ximian.com> 
40
41         * OciDefineHandle.cs,
42         * OciParameterDescriptor.cs: Replace a few Type.GetType("System.Byte[])
43         by typeof(byte[])
44         [Found using Gendarme AvoidTypeGetTypeForConstantStringsRule]
45
46 2007-01-19 Leszek Ciesielski <skolima@gmail.com>
47         * OciCalls.cs: Speed up of the memory allocation
48
49 2007-01-04 Leszek Ciesielski <skolima@gmail.com>
50         * OciCalls.cs:
51         * OciErrorHandle.cs:
52         * OciRowIdDescriptor.cs:
53         * OciDefineHandle.cs: padding allocated memory with 0's (this is what OCI expects)