[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data.OracleClient / System.Data.OracleClient.Oci / Changelog
index 91d478790be53298ae439652d30a1f24ffb26d17..112e5377ba035a27c90a70ec7a8724a350049821 100644 (file)
@@ -1,3 +1,25 @@
+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