Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / Mono.Data.Tds / Mono.Data.Tds.Protocol / ChangeLog
index 5738c8ad86c2d9bfb2f5cdd930574230b50693f4..48beb38ae24b7832e62ee2f968a62f80f0541db3 100644 (file)
@@ -1,3 +1,39 @@
+2011-05-05  Veerapuram Varadhan  <v.varadhan@gmail.com>
+
+       ** Fixes #681916
+       * Tds70.cs (WriteParameterInfo): Handle null value for Image 
+       or varbinary(max) parameters as well. 
+       
+2010-09-29  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       ** Fixes failed test for smallmoney
+       * Tds70.cs (WriteParameterInfo): Round money values to 4 decimals, for smallmoney too.
+       
+2010-07-13  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       ** Fixes #613845
+       * Tds70.cs (WriteParameterInfo): Round money values to 4 decimals.
+       
+2010-07-12  Veerapuram Varadhan  <vvaradhan@novell.com>
+       
+       ** Fixes #569543
+       * Tds70.cs (ExecPrepared): Revert back to old changes.
+       * Tds80.cs (ExecPrepared): Override for Tds 8 version that optimizes 
+       network bandwidth.
+       
+2010-07-10  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       ** Fixes 620860
+       * Tds70.cs (Precision): New virtual property to handle Precision values 
+       across different Tds versions.
+       (WriteParameterInfo): Use defined Precision property instead of 
+       constant value.  Also handle Ulong and long max/min values properly.
+       * Tds80.cs (Precision): Override property to provide Tds 8 precision value.
+       
+2010-07-07  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * TdsComm.cs (Append[DateTime]): Ugh.. ugh.. final fix for handling MinValue for DateTime.
+       
 2010-07-07  Veerapuram Varadhan  <vvaradhan@novell.com>
 
        ** Fixes #609109 - DateTime part