You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2007/11/16 22:39:59 UTC

svn commit: r595836 - /ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml

Author: gbayon
Date: Fri Nov 16 13:39:56 2007
New Revision: 595836

URL: http://svn.apache.org/viewvc?rev=595836&view=rev
Log:
- cleaning

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml?rev=595836&r1=595835&r2=595836&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml Fri Nov 16 13:39:56 2007
@@ -788,11 +788,11 @@
 		</parameterMap>
 								
 		<parameterMap id="insert-params" >
-			<parameter property="Id" />
-			<parameter property="FirstName" />
-			<parameter property="LastName" />			
-			<parameter property="EmailAddress" nullValue="no_email@provided.com"/>
-			<parameter property="BannerOption"  dbType="Varchar" type="bool"/>
+			<parameter property="Id" column="Account_ID" />
+			<parameter property="FirstName" column="Account_FirstName" />
+			<parameter property="LastName" column="Account_LastName" />			
+			<parameter property="EmailAddress" column="Account_Email" nullValue="no_email@provided.com"/>
+			<parameter property="BannerOption" column="Account_Banner_Option"  dbType="Varchar" type="bool"/>
 			<parameter property="CartOption"	column="Account_Cart_Option" typeHandler="HundredsBool"/>
 		</parameterMap>