2002-05-08 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / ChangeLog
index cc325adb86b2ce1dbe2c8efa9a5ff47cd1db1c0c..705199a09edb6b60ddf8e9e7e65e9c5eef808b50 100644 (file)
@@ -1,3 +1,32 @@
+2002-05-08  Rodrigo Moya <rodrigo@ximian.com>
+
+       * Test/System.Data_test.build: excluded TestDataColumn, which
+       should be replaced with a nunit test.
+
+       * Test/TestDataColumn.cs: added basic test for DataColumn.cs.
+
+2002-05-07  Tim Coleman <tim@timcoleman.com>
+       * SqlBinary.cs:
+       * SqlBoolean.cs:
+       * SqlByte.cs:
+       * SqlDateTime.cs:
+       * SqlDecimal.cs:
+       * SqlDouble.cs:
+       * SqlGuid.cs:
+       * SqlInt16.cs:
+       * SqlInt32.cs:
+       * SqlInt64.cs:
+       * SqlMoney.cs:
+       * SqlSingle.cs:
+       * SqlString.cs:
+               Fix the broken build I made before.  Bad
+               me.
+
+2002-05-07  Tim Coleman <tim@timcoleman.com>
+       * SqlString.cs:
+               Fix a symantic error I made in SqlString
+               Equals where I copied and pasted wrongly
+
 2002-05-07  Tim Coleman <tim@timcoleman.com>
        * INullable.cs:
        * SqlBinary.cs: