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 17:05:40 +0300
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 17:05:40 +0300
commitc1857bc34df3bbf60c6a0d440666e5e11f447932 (patch)
tree6ba4cb8bd95def4d45334b56e1ddad6d4957a1c5 /mcs/class/System.Data/TODO
parente809a0744662c46c9a0e2eb726fa508f7fd6132d (diff)
In Test/System.Data.Common:
* ConnectionStringsSectionTest.cs: Added file. Tests for System.Configuration.ConnectionStringsSection class. This is used for managing connection strings information for provider factory. 2005-02-22 Sureshkumar T <tsureshkumar@novell.com> In .: * System.Data_test.dll.sources: Added System.Data.Common/ConnectionStringsSectionTest.cs 2005-02-22 Sureshkumar T <tsureshkumar@novell.com> svn path=/trunk/mcs/; revision=41040
Diffstat (limited to 'mcs/class/System.Data/TODO')
-rw-r--r--mcs/class/System.Data/TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/mcs/class/System.Data/TODO b/mcs/class/System.Data/TODO
index 4e1c949481d..620a869a545 100644
--- a/mcs/class/System.Data/TODO
+++ b/mcs/class/System.Data/TODO
@@ -139,9 +139,13 @@ Provider Factoros (target: mono 1.2 PROFILE=net_2_0)
* Create Configuration Class
DbProviderFactoriesConfigurationHandler - done
DbProviderConfigurationHandler - not much documents/use cases.
- ConnectionStringSection
- ConnectionStringSettingsCollection
- ConnectionStringSettings
+ ConnectionStringsSection - done
+ ConnectionStringSettingsCollection - done
+ ConnectionStringSettings - done
+
+ FIXME: Currently the test case for ConnectionStringsSection
+ fails as new configuration API is not yet implemented in
+ System.dll.
* Create Base class
DbProviderFactories - done