Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Changelog « System.Data.OracleClient.Oci « System.Data.OracleClient « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 112e5377ba035a27c90a70ec7a8724a350049821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2009-11-21  Daniel Morgan  <monodanmorg@yahoo.com>

	* OciDefineHandle.cs: implement data types LONG RAW / LONG VARRAW
		to output as byte[]

2009-10-29  Veerapuram Varadhan  <vvaradhan@novell.com>

	** Fixes #321718
	* OciCalls.cs: Add stub for OCILobCharSetForm to get the charset
	form associated with a CLOB/NCLOB.

	* OciLobLocator.cs: Add Environment handle property that is
	required to call OCILobCharSetForm and pass the output value to
	OCILobRead. 

	* OciDefineHandler.cs: Update Environment property of
	OCILobLocator.

2009-10-27 Joerg Rosenkranz  <joergr@voelcker.com>

	* OciCalls.cs: Wrong function name in trace.

2009-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Fixes #480377
	* OciCalls.cs:
	* OciDataType.cs:
	* OciDefineHandle.cs:
	* OciHandle.cs:
	* OciIntervalDescriptor.cs:
	* OciParameterDescriptor.cs: Implement INTERVAL_YEAR_TO_MONTH and 
	INTERVAL_DAY_TO_SECOND OCI types.
	
2008-12-18  Veerapuram Varadhan  <vvaradhan@novell.com>
        
	* OciDefineHandle.cs (GetValue): Use connection's environment
	handle instead of Parent handle.
	
2008-07-06  Sebastien Pouliot  <sebastien@ximian.com> 

	* OciDefineHandle.cs,
	* OciParameterDescriptor.cs: Replace a few Type.GetType("System.Byte[])
	by typeof(byte[])
	[Found using Gendarme AvoidTypeGetTypeForConstantStringsRule]

2007-01-19 Leszek Ciesielski <skolima@gmail.com>
	* OciCalls.cs: Speed up of the memory allocation

2007-01-04 Leszek Ciesielski <skolima@gmail.com>
        * OciCalls.cs:
	* OciErrorHandle.cs:
	* OciRowIdDescriptor.cs:
	* OciDefineHandle.cs: padding allocated memory with 0's (this is what OCI expects)