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:
authorDaniel Morgan <monodanmorg@yahoo.com>2002-04-27 09:23:49 +0400
committerDaniel Morgan <monodanmorg@yahoo.com>2002-04-27 09:23:49 +0400
commitbcaf8e4bbad338630d836929cdad72c715677742 (patch)
treef853433414dd0d91cba04f34c0c5e94ed18b4ca0 /mcs/class/System.Data/TODO
parent6f28d173543a4794df1276d12809780a9348016b (diff)
2002-04-27 Daniel Morgan <danmorg@sc.rr.com>
* System.Data/DataRowChangeEventArgs.cs * System.Data/DataRowCollection.cs * System.Data/DataView.cs * System.Data/PropertyCollection.cs: added new stubs * System.Data.build: modified - added new files to exclude from build * TODO: modified - removed files from TODO list that were stubbed above * System.Data/DataColumn.cs * System.Data/DataRow.cs: modified - various tweaks and added internal method SetTable to set the reference to a DataTable * System.Data/DataSet.cs: modified - class was not completely stubbed. * System.Data/DataTable.cs: modified - temporarily commented DataSet and DataView references - trying to compile a SqlDataReader, DataTable, and dependencies for a forward read-only result set. SqlDataAdapter, DataSet, and DataView will come later once we can get a forward read only result set working. * System.Data/IDataRecord.cs: modified - source code lines should not be > 80 * System.Data/InternalDataCollectionBase.cs: modified - started implementing this base class for collection of data rows, columns, tables, relations, and constraints * System.Data.SqlClient/SqlException.cs: modified - call base(message) so a unhandled exception displays the message of a SQL error instead of the default SystemException message * Test/TestSqlException.cs: modified - handle the rollback properly for a SqlException on a failure to connect svn path=/trunk/mcs/; revision=4079
Diffstat (limited to 'mcs/class/System.Data/TODO')
-rw-r--r--mcs/class/System.Data/TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/mcs/class/System.Data/TODO b/mcs/class/System.Data/TODO
index 7d0fc012101..b2c94a8842e 100644
--- a/mcs/class/System.Data/TODO
+++ b/mcs/class/System.Data/TODO
@@ -14,12 +14,6 @@ In order to do this, we need to compile
DataTable
and dependencies...
-Other classes missing:
- * InternalDataCollectionBase - this is a public class despite its name
- * DataRowBuilder
- * Constraint
- * ConstraintCollection
-
System.Data.Common classes that need to be implemented:
- implement DataAdapter.cs
- implement DataColumnMapping.cs
@@ -40,17 +34,14 @@ The following classes implement InternalDataCollectionBase:
* ConstraintCollection
Other classes, structs, etc. that are missing:
- Constraint
- DataRowChangeEventArgs
+ DataRowView
DataSysDescriptionAttribute
- DataView
DataViewManager
DataViewSetting
DataViewSettingCollection
FillErrorEventArgs
ForeignKeyConstraint
MergeFailedEventArgs
- PropertyCollection
UniqueConstraint
TypedDataSetGenerator