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: 7e9fa6008c7a837eee48103c26ba73c72a305866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>.