* SqlNullValueException.cs: Use a more clarifying error message.
[mono.git] / mcs / class / System.Data / System.Data.SqlTypes / ChangeLog
1 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
2
3         * SqlNullValueException.cs: Use a more clarifying error message.
4           
5 2003-12-19  Tim Coleman <tim@timcoleman.com>
6         * SqlBytes.cs SqlChars.cs SqlDate.cs SqlStreamChars.cs SqlTime.cs
7         * SqlUtcDateTime.cs SqlXmlReader.cs:
8                 New stubs added
9 2003-06-03  Ville Palo <vi64pa@kolumbus.fi>
10
11         * SqlBinary.cs: Changed one SqlTypeException --> IndexOutOfRange
12         * SqlMoney.cs: checkings
13         
14 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
15
16         * SqlString.cs: implementes less than and greater than operators.
17         Added some checks to ctor.
18                 
19 2003-06-01  Ville Palo <vi64pa@kolumbus.fi>
20
21         * SqlString.cs: added null checking
22         
23 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
24
25         * SqlMoney.cs: little fixes and clean ups
26         
27 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
28
29         * SqlInt16.cs: more checked fixes.
30         * SqlInt64.cs: checked fixes.
31         * SqlSingle.cs: checked fixes.
32         
33 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
34
35         * SqlInt16.cs: little fixes.
36         
37 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
38
39         * SqlDouble.cs: Some fixes. Mostly infinity checks
40         * SqlSingle.cs: tiny fixes.
41         * SqlInt64.cs: checked fix.
42         
43 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
44
45         * ChangeLog: Added this.
46         * SqlByte.cs: Fixed checked parts
47         
48