2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / System.Data.SqlTypes / ChangeLog
index 98050f8731475056990e424beb0695d859e4d798..0275218e17c32fda338430059d33617236cfed47 100644 (file)
@@ -1,3 +1,36 @@
+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
+       * SqlTruncateException.cs: fixed serialization
+       * SqlTypeException.cs: fixed serialization
+
+2004-06-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SqlMoney.cs: Removed old "hack" to correct scale after rounding as
+       Decimal has been fixed (in fact this code was moved and adapted for
+       Decimal as it was better than the previous fix).
+
+2004-06-08 Umadevi S <sumadevi@novell.com>
+       * SqlGuid.cs - fixed bug 59420. Implemented CompareTo according to MSDN documenation
+
 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SqlDecimal.cs : don't output debug message to Console.