2005-01-24 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data.Common / ChangeLog
index 8e9b8d55692c64b174fcbb9d8ed71f3f6c3ff9de..0e5c65d38a351e38f2bf25eb41292690d11b2159 100755 (executable)
@@ -1,3 +1,16 @@
+2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DbDataPermissionAttribute.cs, PermissionHelper.cs :
+         fixed some incompatible type of exception between 2.0 and 1.x.
+       * DataContainer.cs :
+         Wrap exceptions thrown by SetValue() within ArgumentException.
+
+2004-12-10  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DbDataAdapter.cs (BuildSchema): Add the primary key schema iff
+       MissingSchemaAction is set to AddWithKey. Also, Add auto increment
+       value from the source table. fixes bug #67757 and #69110.
+
 2004-11-24  Sureshkumar T  <tsureshkumar@novell.com>
 
        * DbProviderSupportedClasses.cs: Added correct enum values.