2004-05-11 Atsushi Enomoto * SqlMoney.cs : Handle fixed digits correctly. Round decimal value before casting into other numeric types. * SqlInt16.cs, SqlInt32.cs, SqlInt64.cs : Round SqlMoney decimal value before casting into them. * SqlDateTime.cs : Added range check. Years and months were ignored in some .ctor(). Return invariant culture string in ToString(). Return null for operator - when operand is null. 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * SqlString.cs: change accessibility of CompareOptions property to private, commented out unreachable code 2004-04-12 Atsushi Enomoto * SqlBoolean.cs : Allow "0" and "1" on Parse(). Allow SqlString.Null in conversion. * SqlString.cs : CompareOption should not be None. 2004-04-01 Lluis Sanchez Gual * SqlNullValueException.cs: Use a more clarifying error message. 2003-12-19 Tim Coleman * SqlBytes.cs SqlChars.cs SqlDate.cs SqlStreamChars.cs SqlTime.cs * SqlUtcDateTime.cs SqlXmlReader.cs: New stubs added 2003-06-03 Ville Palo * SqlBinary.cs: Changed one SqlTypeException --> IndexOutOfRange * SqlMoney.cs: checkings 2003-06-02 Ville Palo * SqlString.cs: implementes less than and greater than operators. Added some checks to ctor. 2003-06-01 Ville Palo * SqlString.cs: added null checking 2003-05-28 Ville Palo * SqlMoney.cs: little fixes and clean ups 2003-05-28 Ville Palo * SqlInt16.cs: more checked fixes. * SqlInt64.cs: checked fixes. * SqlSingle.cs: checked fixes. 2003-05-28 Ville Palo * SqlInt16.cs: little fixes. 2003-05-28 Ville Palo * SqlDouble.cs: Some fixes. Mostly infinity checks * SqlSingle.cs: tiny fixes. * SqlInt64.cs: checked fix. 2003-05-28 Ville Palo * ChangeLog: Added this. * SqlByte.cs: Fixed checked parts