Updated.
[mono.git] / mcs / class / Mono.Data / ChangeLog
1 2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * DataTools.cs
4         * Provider.cs
5         * ProviderCollection.cs
6         * ProviderFactory.cs: Fixed line endings.
7
8 2008-09-06  Daniel Morgan <monodanmorg@yahoo.com>
9
10         * ProviderSectionHandler.cs
11         * ProviderFactory.cs
12         * ProviderCollection.cs
13         * DataTools.cs
14         * Provider.cs: for the NET_2_0 profile, 
15         added Obsolete attribute
16         to all classes in assembly Mono.Data because it
17         has been superceded by DbProviderFactories in System.Data
18
19 2006-02-13  Daniel Morgan <danielmorgan@verizon.net>
20         
21         * ProviderSectionHandler.cs
22         * Provider.cs: add support 
23         for parameter prefix and command builder
24         
25         * app.config: updated the sample app.config file
26         to include parameterprefix and commandbuilder on
27         some providers
28
29 2006-02-13  Daniel Morgan <danielmorgan@verizon.net>
30
31         Patches from Brad Langhorst <brad@langhorst.com>
32         
33         * ProviderSectionHandler.cs
34         * ProviderFactory
35         * ProviderCollection.cs
36         * DataTools.cs
37         * Provider.cs: catch invalid args, 
38         allow non-qualified assembly loading, 
39         warn about empty providers
40         
41 2005-12-31  Daniel Morgan <danielmorgan@verizon.net>
42
43         * test/test.exe.config  
44         * app.config: add new ADO.NET providers, remove obsolete providers, and
45         add more sample connection strings
46         
47         * Provider.cs: load providers internal to System.Data differently than those
48         that are external, better error handling for assembly or connection class not found
49
50 2004-03-30  Lluis Sanchez Gual  <lluis@ximian.com>
51
52         * DataTools.cs: in FillDataSet(string,SelectCommand), use the connection
53         got from the configuration file to create the data adapter. Patch by
54         Matthijs ter Woord.
55
56 2003-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
57
58         * ProviderSectionHandler.cs: use XPath to get the providers to avoid
59         getting an exception when there's whitespace, comments... Patch by Marco
60         Canini <marco.canini@fastwebnet.it>.
61