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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common/ChangeLog')
-rwxr-xr-xmcs/class/System.Data/System.Data.Common/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/ChangeLog b/mcs/class/System.Data/System.Data.Common/ChangeLog
index 0db883a625e..6af8fca9b77 100755
--- a/mcs/class/System.Data/System.Data.Common/ChangeLog
+++ b/mcs/class/System.Data/System.Data.Common/ChangeLog
@@ -1,5 +1,11 @@
-2004-06-24 Atsushi Enomoto <atsushi@ximian.com>
+2004-07-21 Umadevi S <sumadevi@novell.com>
+ * DbDataRecord.cs - Fix for bug 58163. Return DBNull instead of null
+
+2004-07-07 Umadevi S <sumadevi@novell.com>
+ * DataContainer.cs :CheckedforNull before calling the relavant setmethods in each of the
+ SetItemForDataRecord method for the DateTimeClass
+2004-06-24 Atsushi Enomoto <atsushi@ximian.com>
* DataColumnMappingCollection.cs : fixed typo.
* DbDataAdapter.cs : column mappings were not filled.