New test.
[mono.git] / mcs / class / Mono.Data.Tds / Mono.Data.Tds / ChangeLog
1 2006-01-05  Senganal T  <tsenganal@novell.com>
2
3         * TdsMetaParameter.cs: Test for DbNull when updating the scale 
4         of decimal or numeric value. Fixes #77410
5
6         Patch By Sebastien Robitaille <sebastien.robitaille@croesus.com>
7
8 2005-10-20  Senganal T <tsenganal@novell.com>
9         
10         * TdsMetaParameter.cs: Set default values of Precision
11         and Scale for Decimal Parameters when not explicitly set.
12         Fixes #76467
13
14 2005-08-02  Joerg Rosenkranz <joergr@voelcker.com>
15
16         * TdsMetaParameter.cs: Send binary parameters with size > 8000
17         as image instead of varbinary. This fixes #75684.
18         
19 2005-05-27  Sureshkumar T  <tsureshkumar@novell.com>
20
21         * TdsMetaParameter.cs: Prepare: in SQL, a variable declaration
22         with size 0 is not allowed. fixes #62978.
23