2007-04-18 Jeffrey Stedfast <fejj@novell.com>
[mono.git] / mcs / class / Mono.Data / ChangeLog
1 2006-02-13  Daniel Morgan <danielmorgan@verizon.net>
2         
3         * ProviderSectionHandler.cs
4         * Provider.cs: add support 
5         for parameter prefix and command builder
6         
7         * app.config: updated the sample app.config file
8         to include parameterprefix and commandbuilder on
9         some providers
10
11 2006-02-13  Daniel Morgan <danielmorgan@verizon.net>
12
13         Patches from Brad Langhorst <brad@langhorst.com>
14         
15         * ProviderSectionHandler.cs
16         * ProviderFactory
17         * ProviderCollection.cs
18         * DataTools.cs
19         * Provider.cs: catch invalid args, 
20         allow non-qualified assembly loading, 
21         warn about empty providers
22         
23 2005-12-31  Daniel Morgan <danielmorgan@verizon.net>
24
25         * test/test.exe.config  
26         * app.config: add new ADO.NET providers, remove obsolete providers, and
27         add more sample connection strings
28         
29         * Provider.cs: load providers internal to System.Data differently than those
30         that are external, better error handling for assembly or connection class not found
31
32 2004-03-30  Lluis Sanchez Gual  <lluis@ximian.com>
33
34         * DataTools.cs: in FillDataSet(string,SelectCommand), use the connection
35         got from the configuration file to create the data adapter. Patch by
36         Matthijs ter Woord.
37
38 2003-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
39
40         * ProviderSectionHandler.cs: use XPath to get the providers to avoid
41         getting an exception when there's whitespace, comments... Patch by Marco
42         Canini <marco.canini@fastwebnet.it>.
43