2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / System.Data.SqlTypes / ChangeLog
index ea9559e96e58e757fe09ca1250b2e1012d639a9f..0275218e17c32fda338430059d33617236cfed47 100644 (file)
@@ -1,3 +1,21 @@
+2004-09-14 Umadevi S <sumadevi@novell.com>
+        * Made SerializableAttribute !net_2_0 for all the exception classes
+
+                                                                                                    
+2004-09-14 Umadevi S <sumadevi@novell.com>
+       * SqlAlreadyFilledException.cs, SqlNotFilledException.cs - Added these files
+
+2004-07-21 Umadevi S <sumadevi@novell.com>
+       * SqlInt16.cs, SqlInt32.cs, SqlInt64.cs - Added Modulus,CompareTo method from .NET2.0
+
+2004-07-14 Umadevi S <sumadevi@novell.com>
+       * SqlMoney.cs, SqlSingle.cs - Added CompareTo method from .NET2.0
+       * Added new Enum StorageState.cs
+
+2004-07-14 Umadevi S <sumadevi@novell.com>
+       * SqlString.cs :Fixed + operator for null, CompareTo to throw SqlTypeException
+                       Implemented Add and CompareTo methods from .NET2.0
+
 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
 
        * SqlNullValueException.cs: fixed serialization