2007-11-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Mono.Data / ChangeLog
index eb76c6603e4b0d483234f300ea7d79ad2b6574bb..7e9fa6008c7a837eee48103c26ba73c72a305866 100644 (file)
@@ -1,3 +1,34 @@
+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