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')
-rw-r--r--mcs/class/System.Data/System.Data.Common/ChangeLog66
1 files changed, 0 insertions, 66 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/ChangeLog b/mcs/class/System.Data/System.Data.Common/ChangeLog
index 6f16c2a223c..0dae35564ed 100644
--- a/mcs/class/System.Data/System.Data.Common/ChangeLog
+++ b/mcs/class/System.Data/System.Data.Common/ChangeLog
@@ -1,68 +1,3 @@
-2006-02-22 Senganal T <tsenganal@novell.com>
-
- * DbDataAdapter.cs :
- - FillTable : Move BeginLoadData, EndLoadData outside the loop. Also,
- move EndLoadData outsidet try,catch block. FillError is only for errors
- occuring during loading the data into datatable.
- * Key.cs :
- - Set Default value of RowStateFilter to (CurrentRos | OriginalRows).
- - ContainsVersion : If RowStateFilter is set to default value, return true
- for Modified Rows as they can contain Default/Original versions.
-
-2006-02-18 Raja R Harinath <harinath@gmail.com>
-
- * DbConnectionStringBuilder.cs (ICollection.CopyTo): Use
- _dictionary, not 'this' in cast.
-
-2006-02-17 Chris Toshok <toshok@ximian.com>
-
- * DbDataAdapter.cs: more 2.0 cleanup.
-
-2006-02-17 Chris Toshok <toshok@ximian.com>
-
- * DataAdapter.cs, DataColumnMappingCollection.cs,
- DataColumnMapping.cs, DataTableMappingCollection.cs,
- DataTableMapping.cs, DbCommandBuilder.cs,
- DbConnectionStringBuilder.cs, DbParameterCollection.cs,
- DbParameter.cs: pretty major attribute work.
-
-2006-02-17 Chris Toshok <toshok@ximian.com>
-
- * DbProviderFactory.cs: remove two methods. and mark the
- DbProviderSupportedClasses ctor as internal since it's not part of
- the public api.
-
- * DbTable.cs: remove this class from 2.0 build.. leave it for the
- JVM build, I guess?
-
- * RowUpdatingEventArgs.cs: this class isn't abstract in 2.0.
-
- * RowUpdatedEventArgs.cs: this class isn't abstract in 2.0.
-
- * SupportedJoinOperators.cs: new 2.0 enum.
-
- * CatalogLocation.cs: fix enum values.
-
- * GroupByBehavior.cs: same.
-
- * IdentifierCase.cs: same.
-
- * SchemaTableColumn.cs: class is static, not sealed. and add
- missing elements.
-
- * SchemaTableOptionalColumn.cs: same.
-
- * DbDataReader.cs: oops, add back in VisibleFieldCount (i missed
- it in the corcompare output), add EditorBrowsable attributes all
- over the place, and fix some method signatures.
-
- * DbDataUpdatableRecord.cs: remove this 2.0 file.
-
-2006-02-17 Chris Toshok <toshok@ximian.com>
-
- * DbDataReader.cs: remove VisibleFieldCount attribute, and remove
- IDataReader2 and IDataRecord2 interfaces.
-
2006-02-13 Senganal T <tsenganal@novell.com>
* DbDataAdapter.cs :
@@ -75,7 +10,6 @@
AddWithKey
2006-01-31 Senganal T <tsenganal@novell.com>
-
* DbDataAdapter.cs :
- Corrected an error in the prev checkin.. Fixes #77415