You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/03/02 23:20:14 UTC

svn commit: r155966 - incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml

Author: roberto
Date: Wed Mar  2 14:20:13 2005
New Revision: 155966

URL: http://svn.apache.org/viewcvs?view=rev&rev=155966
Log:
~ Updated exception comments in Access ResultClass SqlMap

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml?view=diff&r1=155965&r2=155966
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml Wed Mar  2 14:20:13 2005
@@ -30,10 +30,6 @@
 			select 'a' from Orders where Order_ID = #value#
 		</statement>
 		
-		<!--
-		System.InvalidCastException
-		No cast function in Access SQL syntax
-		-->		
 		<statement id="GetDate"
 					parameterClass="Int"
 					resultClass="date" >
@@ -46,9 +42,6 @@
 			select 1.56 from Orders where Order_ID = #value#
 		</statement>
 
-		<!--
-		System.InvalidCastException
-		-->
 		<statement id="GetDouble"
 					parameterClass="Int"
 					resultClass="double" >