Author: gbayon
Date: Sun Sep 21 12:27:05 2008
New Revision: 697594
URL: http://svn.apache.org/viewvc?rev=697594&view=rev
Log:
Correct ByteTypeHandler.NullValue, remarks form Patrick Griffiths
Modified:
ibatis/trunk/cs/V1/src/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs
Modified:
ibatis/trunk/cs/V1/src/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/V1/src/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs?rev=697594&r1=697593&r2=697594&view=diff
==============================================================================
--- ibatis/trunk/cs/V1/src/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs
(original)
+++ ibatis/trunk/cs/V1/src/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs
Sun Sep 21 12:27:05 2008
@@ -119,9 +119,9 @@
/// The null value for this type
/// </summary>
/// <value></value>
- public override object NullValue
- {
- get { throw new InvalidCastException("ByteTypeHandler, could not
cast a null value in byte field."); }
- }
+ //public override object NullValue
+ //{
+ // get { throw new InvalidCastException("ByteTypeHandler, could not
cast a null value in byte field."); }
+ //}
}
}