2002-05-08 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / ChangeLog
index 1aad25e428ab6285027345c428a2b04383046610..705199a09edb6b60ddf8e9e7e65e9c5eef808b50 100644 (file)
@@ -1,3 +1,68 @@
+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:
+       * SqlBoolean.cs:
+       * SqlByte.cs:
+       * SqlCompareOptions.cs:
+       * SqlDateTime.cs:
+       * SqlDecimal.cs:
+       * SqlDouble.cs:
+       * SqlGuid.cs:
+       * SqlInt16.cs:
+       * SqlInt32.cs:
+       * SqlInt64.cs:
+       * SqlMoney.cs:
+       * SqlSingle.cs:
+       * SqlString.cs:
+               Implement CompareTo, Equals, and String conversions 
+               for many types
+
+2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
+
+       * Test/PostgresTest.cs: modified to run completely.  There
+       are many TODOs in System.Data, so not all data types are
+       included in the SELECT SQL query.  Also, I made it to where
+       it would connect 
+       using "host=localhost;dbname=test;user=postgres"
+       instead of my userid and password.  When more types are included,
+       update this test.
+
+2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
+
+       * Test/PostgresTest.cs: added - ported
+       libgda postgres-test.c originally by 
+       Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
+       to C#.
+
 2002-05-05  Tim Coleman <tim@timcoleman.com>
        * System.Data.SqlTypes/SqlBinary.cs:
        * System.Data.SqlTypes/SqlBoolean.cs: