Add missing assembly references to test targets
[mono.git] / mcs / class / System.Data / ChangeLog
index 7bffed61ccb3b3ea41652b95428acff94705a74a..8525330305c6b6e71a7c85f16527ad7931717bea 100644 (file)
@@ -1,3 +1,62 @@
+2009-12-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Data.dll.sources: Add SortOrder.cs.
+
+2009-10-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile: Avoid else ifeq which is not recognized by some make versions.
+
+2009-10-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * monotouch_System.Data.dll.sources: Added.
+
+2009-08-17  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * System.Data_test.dll.sources: Added
+       Mono.Data.SqlExpressions/DateComparisonTest.cs.
+       
+2009-07-15  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * System.Data.dll.sources: Added TableAdapterSchemaInfo.cs.
+       
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Data_test.dll.sources: Added SqlCommandBuilderTest.cs
+       and SqlParameterTest.cs.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Data_test.dll.sources: Added DBConcurrencyExceptionTest.cs.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Data_test.dll.sources: Added OdbcCommandBuilderTest.cs,
+       OdbcConnectionStringBuilderTest.cs and DbCommandBuilderTest.cs.
+
+2008-12-22  Ankit Jain  <jankit@novell.com>
+
+       * System.Data_test.dll.sources: Fix typo in SqlXmlTest.cs
+
+2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
+
+       * System.Data.SqlClient/SqlConnectionStringBuilder.cs: modified -
+       add missing connection options, correct case of some connection options,
+       added dictionary for mapping
+       defaults, for Item this indexer needs to return a default
+       for a valid keyword if it does not exist in the dictionary,
+       must override the Keys and Values collection to return all keys
+       and values whether or not they exist in the dictionary and if
+       they do not then return a default value for Values
+
+2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
+
+       * System.Data.Common/DbConnectionStringBuilder.cs: Keys and Values
+       get properties should return a ReadOnlyCollection
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Data_test.dll.sources: Added SqlNotificationRequestTest.cs.
+
 2008-07-01  Marek Safar  <marek.safar@gmail.com>
 
        * SqlDataReader.cs: Schema key is always a string.