* SqlString.cs: changed accessibility of CompareOptions property
[mono.git] / mcs / class / System.Data / System.Data.SqlTypes / ChangeLog
1 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
2         * SqlString.cs: change accessibility of CompareOptions property
3         to private, commented out unreachable code
4
5 2004-04-12  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * SqlBoolean.cs : Allow "0" and "1" on Parse(). Allow SqlString.Null
8           in conversion.
9         * SqlString.cs : CompareOption should not be None.
10
11 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
12
13         * SqlNullValueException.cs: Use a more clarifying error message.
14           
15 2003-12-19  Tim Coleman <tim@timcoleman.com>
16         * SqlBytes.cs SqlChars.cs SqlDate.cs SqlStreamChars.cs SqlTime.cs
17         * SqlUtcDateTime.cs SqlXmlReader.cs:
18                 New stubs added
19 2003-06-03  Ville Palo <vi64pa@kolumbus.fi>
20
21         * SqlBinary.cs: Changed one SqlTypeException --> IndexOutOfRange
22         * SqlMoney.cs: checkings
23         
24 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
25
26         * SqlString.cs: implementes less than and greater than operators.
27         Added some checks to ctor.
28                 
29 2003-06-01  Ville Palo <vi64pa@kolumbus.fi>
30
31         * SqlString.cs: added null checking
32         
33 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
34
35         * SqlMoney.cs: little fixes and clean ups
36         
37 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
38
39         * SqlInt16.cs: more checked fixes.
40         * SqlInt64.cs: checked fixes.
41         * SqlSingle.cs: checked fixes.
42         
43 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
44
45         * SqlInt16.cs: little fixes.
46         
47 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
48
49         * SqlDouble.cs: Some fixes. Mostly infinity checks
50         * SqlSingle.cs: tiny fixes.
51         * SqlInt64.cs: checked fix.
52         
53 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
54
55         * ChangeLog: Added this.
56         * SqlByte.cs: Fixed checked parts
57         
58