[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data.OracleClient / ChangeLog
index 4f3f855e40c8e5be4dc017469955c7fe4b9fbf73..473e7fe394c7a4b88ce7042d2d8126057880e355 100644 (file)
@@ -1,3 +1,30 @@
+2009-11-25  Daniel Morgan  <monodanmorg@yahoo.com>
+
+       * System.Data.OracleClient/OracleParameter.cs: add
+       parameter support for LONG RAW and RAW data types
+
+       * System.Data.OracleClient.Oci/OciDefineHandle.cs: flush
+       extra assigning of types
+
+2009-11-21  Daniel Morgan  <monodanmorg@yahoo.com>
+
+       * System.Data.OracleClient/OracleParameter.cs: clean up
+
+2009-11-21  Daniel Morgan  <monodanmorg@yahoo.com>
+
+       * System.Data.OracleClient/OracleParameter.cs:
+               - if programmer explicitly sets the Size property,
+               do not override the size later if the Value property
+               is set for character data.
+               - for character and numeric data types, output and 
+               return parameters were not allocated memory.  Also,
+               input/output parameters need to allocate memory 
+               based on Size because the output can be bigger than
+               the input after an execute.
+
+       * Test/TestOracleClient.cs: Data Adapter Test 2 is failing 
+       for NET_2_0 profile.
+
 2009-11-19  Daniel Morgan  <monodanmorg@yahoo.com>
 
        * System.Data.OracleClient/OracleConnection.cs