2006-02-13  Daniel Morgan <danielmorgan@verizon.net>
	
	* ProviderSectionHandler.cs
	* Provider.cs: add support 
	for parameter prefix and command builder
	
	* app.config: updated the sample app.config file
	to include parameterprefix and commandbuilder on
	some providers

2006-02-13  Daniel Morgan <danielmorgan@verizon.net>

	Patches from Brad Langhorst <brad@langhorst.com>
	
	* ProviderSectionHandler.cs
	* ProviderFactory
	* ProviderCollection.cs
	* DataTools.cs
	* Provider.cs: catch invalid args, 
	allow non-qualified assembly loading, 
	warn about empty providers
	
2005-12-31  Daniel Morgan <danielmorgan@verizon.net>

	* test/test.exe.config	
	* app.config: add new ADO.NET providers, remove obsolete providers, and
	add more sample connection strings
	
	* Provider.cs: load providers internal to System.Data differently than those
	that are external, better error handling for assembly or connection class not found

2004-03-30  Lluis Sanchez Gual  <lluis@ximian.com>

	* DataTools.cs: in FillDataSet(string,SelectCommand), use the connection
	got from the configuration file to create the data adapter. Patch by
	Matthijs ter Woord.

2003-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ProviderSectionHandler.cs: use XPath to get the providers to avoid
	getting an exception when there's whitespace, comments... Patch by Marco
	Canini <marco.canini@fastwebnet.it>.

