Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1addaff87710d1bc71e03b307e6256fe68da54d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>.