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:
authorSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 14:16:35 +0300
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 14:16:35 +0300
commita8821d72e76780e9f54a4a6196bb477504907fff (patch)
tree5cc1b5f730af7c41775248b07ba83bff061a0081 /mcs/class/System.Data/TODO
parentc64967424f5754b4be55f80811cacf7db8dd61bb (diff)
added todo list for Provider Factories.
svn path=/trunk/mcs/; revision=41033
Diffstat (limited to 'mcs/class/System.Data/TODO')
-rw-r--r--mcs/class/System.Data/TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcs/class/System.Data/TODO b/mcs/class/System.Data/TODO
index acd1a7f4234..4e1c949481d 100644
--- a/mcs/class/System.Data/TODO
+++ b/mcs/class/System.Data/TODO
@@ -132,3 +132,27 @@ Integration
* get System.Data to work with GUI
System.Windows.Forms.DataGrid
+
+Provider Factoros (target: mono 1.2 PROFILE=net_2_0)
+===============================
+
+* Create Configuration Class
+ DbProviderFactoriesConfigurationHandler - done
+ DbProviderConfigurationHandler - not much documents/use cases.
+ ConnectionStringSection
+ ConnectionStringSettingsCollection
+ ConnectionStringSettings
+
+* Create Base class
+ DbProviderFactories - done
+ DbProviderFactory - done
+ DbConnectionFactory
+
+ Add nunit test cases for these.
+
+* Create Factory classes & methods for Providers.
+ Factory methods for SqlClient - done.
+
+** DbConnectionStringBuilder - done (not added to sources list).
+ This uses Generic.Collections.Dictionary, which has not yet
+ been implemented. Once it is done, this can be added to sources.