X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data%2FSystem.Data.Common%2FChangeLog;h=3ec92d8d78c078f2273749d9f8d61aeacbc0a78e;hb=af90548a08ef5effc93b083b7eec44daa178b141;hp=4567db3d0b27b1e9fe8f8b8fd8477ff8e4cc2992;hpb=b58ac4f5226fefc163e7b6bea64bfcca50dde288;p=mono.git diff --git a/mcs/class/System.Data/System.Data.Common/ChangeLog b/mcs/class/System.Data/System.Data.Common/ChangeLog index 4567db3d0b2..3ec92d8d78c 100644 --- a/mcs/class/System.Data/System.Data.Common/ChangeLog +++ b/mcs/class/System.Data/System.Data.Common/ChangeLog @@ -1,3 +1,63 @@ +2006-11-28 Nagappan A + + * DbDataAdapter.cs: Removed bogus MonoTODOs + + * DataAdapter.cs: Removed bogus MonoTODOs + +2006-11-15 Nagappan A + + * DbDataAdapter.cs (FillFromReader): Implemented missing API to + handle FillErrorEventHandler + (DataAdapter): Implemented missing .NET 2.0 function + (GetDeleteCommand): Returns DbDataAdapter deleteCommand internal + variable. + (GetInsertCommand): Returns DbDataAdapter insertCommand internal + variable. + (GetUpdateCommand): Returns DbDataAdapter updateCommand internal + variable. + +2006-09-06 Konstantin Triger + + * DbDataAdapter.cs: added basic implementation for some 2.0 features. + +2006-08-24 Vladimir Krasnov + + * DbProviderFactories.cs: added TARGET_JVM block to not supported + functionality + +2006-08-06 Konstantin Triger + + * DbDataReader.cs: DbDataReader.Dipose(bool) - implemented. + +2006-07-17 Senganal T + + * Index.cs : + - GetAllRows : Added. Returns all the rows in the current + index. + - GetDistinctRows :Added. Returns all the distinct rows (based + in Key Columns) in the index. + +2006-07-13 Senganal T + + * SchemaInfo.cs DbDataAdapter.cs DbConnectionOptions.cs DbParameter.cs + DbMetaDataColumnNames.cs DbTransaction.cs DataTableMapping.cs DataAdapter.cs + FieldNameLookup.cs DbDataRecord.cs DataColumnMappingCollection.cs DbCommand.cs + DbDataPermission.cs DbProviderFactory.cs DbCommandBuilder.cs DbConnectionString.cs + RowUpdatedEventArgs.cs DbDataReader.cs DbConnectionStringBuilder.cs DbConnection.cs + DataTableMappingCollection.cs : + 2.0 Api fixes + +2006-06-15 Senganal T + + * Key.cs : + -Equals : Check for Equality of Sort Order too. + +2006-04-07 Senganal T + + * DbDataAdapter.cs : + * Update () : If the Update/Delete Query has a null check, + then populate the parameter value correctly. + 2006-03-20 Senganal T * DataAdapter.cs : @@ -545,13 +605,13 @@ 2003-11-26 Tim Coleman * DbDataReader.cs: Add new stub class -2003-11-23 Pedro Martínez Juliá +2003-11-23 Pedro Martínez Juliá * DbDataAdapter.cs: Call command dispose in self dispose method. We need to dispose the connections and other stuff stored in the commands. -2003-11-10 Pedro Martínez Juliá +2003-11-10 Pedro Martínez Juliá * DataColumnMappingCollection.cs: Fix a missing exception when the required mapping is not in the collection. MS.NET throws an @@ -564,7 +624,7 @@ (Fill): the same as above. (SetupSchema): in now return string (the table name). (GetFillParameters): fix a bug. - (BuildSchema) – it now return Hashtable. Add columns to the table only if there is a mapping. Build an Hashtable that maps the columns from the table to the column from the reader. + (BuildSchema) - it now return Hashtable. Add columns to the table only if there is a mapping. Build an Hashtable that maps the columns from the table to the column from the reader. (Update): first open the connection if needed. Catch an exception of the ExecuteQuery.