2005-01-24 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data.Common / ChangeLog
index 7ed39583d8679118df80939cb643daac592d4f90..0e5c65d38a351e38f2bf25eb41292690d11b2159 100755 (executable)
@@ -1,3 +1,145 @@
+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.
+       * DbConnection.cs: Missing virtual method EnlistTransaction Added.
+       * DbCommand.cs: Implemented ProviderFactory base factory methods.
+
+2004-11-22  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DbConnectionStringBuilder.cs: Class for helping creation of db
+       connection strings added.
+
+2004-10-01  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DbProviderFactories.cs: Implemented all the stubs. Added functionality for
+       getting available provider factories and creating a specified provider factory.
+
+       * DbProviderFactoriesConfigurationHandler.cs: Added functionality for handling
+       DbProviderFactories configuration section.
+
+       * DbProviderFactory.cs: Added protected constructor. SupportedClasses property
+       is made abstract.
+
+2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DbDataPermission.cs: Implemented Intersect, IsSubsetOf and Union.
+       Implementation isn't complete as the restrictions seems to change the
+       expected results (breaking some rules like x.IsSubsetOf (x) == false).
+       Better (real-world) tests cases are required.
+       * PermissionHelper.cs: Fixed small differences between System.Data.dll 
+       validations wrt to mscorlib.dll (XML and PermissionState).
+
+2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DbConnectionOptions.cs: New class for Fx 2.0. Partial implementation
+       to support new methods in DBDataPermission.
+       * DbConnectionString.cs: Updated class to split from/inherit 
+       DbConnectionOptions class.
+       * DbDataPermission.cs: Implemented Add, Clear, Copy, ToXml methods and
+       completed constructors.
+       * DbDataPermissionAttribute.cs: Completed/fixed class.
+       * PermissionHelper.cs: Helper methods to create permission classes.
+
+2004-08-31 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+       * DbDataAdapter.cs: Fix for out of memory exceptions when trying to fill a dataset with a query which doesn't return a resultset like insert, delete or update.
+
+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.
+
+2004-06-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataTableMapping.cs : Clone() should also clone ColumnMappings.
+
+2004-06-18 Umadevi S <sumadevi@novell.com>
+       * DataContainer.cs - CheckedforNull before calling the relavant setmethods in each of the 
+               SetItemForDataRecord method for all the classes.
+
+2004-06-17  Boris Kirzner  <borisk@mainsoft.com>
+       * RecordCache.cs : Added CopyRecord mathod that copies single record from one table to another.
+
+2004-06-17  Boris Kirzner  <borisk@mainsoft.com>
+       * Datacontainer.cs : 
+         - Store and retreival of null and DBNull values reviewed.
+         - Added GetInt64 to support AutoIncrement of DataColumn.
+         - Added missing CopyValue method to BitDataContainer.
+         - Added FillValues method to propagate single value to whole container.
+       
+2004-06-10 Umadevi S <sumadevi@novell.com>
+       * DataTableMappingCollection.cs - fixed nunit testcase errors
+       IndexOfDataSetTable method
+
+2004-06-09 Umadevi S <sumadevi@novell.com>
+       * DataTableMappingCollection.cs - fixed nunit testcase errors
+       - Add, GetByDataSetTable,Insert, Remove, RemoveAt methods.
+
+2004-06-09 Umadevi S <sumadevi@novell.com>
+       * DataColumnMappingCollection.cs - fixed nunit testcase errors
+       - GetByDataSetColumn,IndexOfDataSetColumn, Remove methods.      
+
+2004-06-08 Umadevi S <sumadevi@novell.com>
+       * DataColumnMappingCollection.cs - fixed nunit testcase errors.
+       - remove, removeat, contains methods.
+
+2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * DataAdapter.cs: added missing protected ctor
+       * DbDataAdapter.cs: added stub for missing protected ctor
+       * DbDataPermission.cs: added stubs for missing protected
+       ctors, added stub for missing Clear method
+
+2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
+       * DataColumnMappingCollection.cs: added missing attributes on
+       indexers
+
+2004-05-27  Boris Kirzner  <borisk@mainsoft.com>
+       * DataContainer.cs : Bug fixes in BitDataContainer.get_Item and StringDataContainer.SetValue .
+
+2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
+
+        *  DbDataPermissionAttribute.cs: change AllowMultiple and
+        Inherited to match .NET
+
+2004-05-19  Boris Kirzner  <borisk@mainsoft.com>
+       * Datacontainer.cs : CompareValues reviewed. set_Item and get_Item of null and DBNull values in case of DataContainers
+       for primitive types reviewed. Added check for null values when reading from IDataRecord.
+       
+2004-05-19  Boris Kirzner <borisk@mainsoft.com>
+       * RecordCache.cs - added. Each instance of record cache belongs to specific table
+       and manages pool of records ( indexes into data containers) to be used by data rows.
+       * DataContainer.cs - added. Provides implementation for data containers that holds data in arrays 
+       of primitives or objects. Each data container belongs to specific DataColumn.
+       * DbDataAdapter.cs - changes to complete data storage redesign. Bug fix in FillTable 
+       ( to fetch exact number of records required ).
+       
+2004-05-13 Umadevi S (sumadevi@novell.com)
+       * DbDataPermissionAttribute.cs - Added KeyRestrictions property with a TODO tag
+
+2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
+       * ComparerFactory.cs: marked internal
+
 2003-04-26  Boris Kirzner <borisk@mainsoft.com>
        * DataColumnMappingCollection.cs : Small fix in exception message thrown.