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-03-01 08:48:39 +0300
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-03-01 08:48:39 +0300
commitf6b6dc76a58df9acd4c7542f4e4393e98a51dc62 (patch)
treee3b8c6b9aaa2d31120fccd1be1ac5319effea9c0 /mcs/class/System.Data/System.Data.dll.sources
parent7f5d1db4fad1e546ddcb297a5008ddc76ced39b8 (diff)
In System.Data.Common:
2005-03-01 Sureshkumar T <tsureshkumar@novell.com> * ConnectionStringsSectionHandler.cs: Added. configuration section handler for section "connectionStrings". This handler is a ad hoc solution till the new configuration API is available in mono. In .: 2005-03-01 Sureshkumar T <tsureshkumar@novell.com> * System.Data.dll.sources: Added System.Data.Common/ ConnectionStringsSectionHandler.cs. * app_test_2.0.config: Changed the configuration handler for seciton "connectionStrings". In Test/System.Data.Common: * ConnectionStringsSectionTest.cs : removed console.writeline-s. svn path=/trunk/mcs/; revision=41307
Diffstat (limited to 'mcs/class/System.Data/System.Data.dll.sources')
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index 422e607ff22..3d4400c2858 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -159,6 +159,7 @@ System.Data.Common/DbParameterCollection.cs
System.Data.Common/DbParameter.cs
System.Data.Common/DbProviderConfigurationHandler.cs
System.Data.Common/DbProviderFactoriesConfigurationHandler.cs
+System.Data.Common/ConnectionStringsSectionHandler.cs
System.Data.Common/DbProviderFactories.cs
System.Data.Common/DbProviderFactory.cs
System.Data.Common/DbProviderSupportedClasses.cs