2009-03-06 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / Mono.Data / ChangeLog
index b1addaff87710d1bc71e03b307e6256fe68da54d..e328c451316804228ebaaa4d2a6c974f63b791c3 100644 (file)
@@ -1,3 +1,43 @@
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataTools.cs
+       * Provider.cs
+       * ProviderCollection.cs
+       * ProviderFactory.cs: Fixed line endings.
+
+2008-09-06  Daniel Morgan <monodanmorg@yahoo.com>
+
+       * ProviderSectionHandler.cs
+       * ProviderFactory.cs
+       * ProviderCollection.cs
+       * DataTools.cs
+       * Provider.cs: for the NET_2_0 profile, 
+       added Obsolete attribute
+       to all classes in assembly Mono.Data because it
+       has been superceded by DbProviderFactories in System.Data
+
+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