2002-10-10 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / Mono.Data.MySql / ChangeLog
index 9b109532fa6aa353714b46ce49501e4b1989cd51..5ec7804abe02af650d87031f5f20e86d71f53bec 100644 (file)
@@ -1,3 +1,40 @@
+2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
+
+       * makefile.gnu: added makefile for linux build.
+
+       * list: updated to contain all missing files.
+
+       * Mono.Data.MySql/makefile: removed unneeded makefile.
+
+2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
+
+       * Mono.Data.MySql/MySqlDataReader.cs: added
+         started implementing Reader for MySQL provider
+         
+       * Mono.Data.MySql/MySqlTypes.cs: added
+         to hold internal helper methods, enums, structs, classes
+         for handling MySQL data types
+
+       * Test/TestMySqlExecuteReader.cs
+       * Test/TestMySqlExecuteScalar.cs: added simple tests
+         for ExecuteScalar() and ExecuteReader() methods
+         in MySqlCommand.  We are able to retrieve data
+         from MySQL now.
+
+       * Mono.Data.MySql.build: took out exclude
+      so MySqlExecuteReader.cs will build
+      
+    * Mono.Data.MySql/Field.cs: added enum to file
+      and added helper methods field flags
+      
+    * Mono.Data.MySql/MySqlCommand.cs: started
+      implementation of ExecuteScalar nd ExecuteReader methods
+      to retrieve data.  Also, added internal method rowVal
+      for marshalling field data.
+      
+    * Mono.Data.MySql/Test.cs: take out a bunch of
+      Console.WriteLines'
 2002-08-13  Daniel Morgan <danmorg@sc.rr.com>
 
        * Mono.Data.MySql/MySqlCommand.cs: modified