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/05/06 06:25:11 UTC

svn commit: r168516 - in /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug: SqlMap_MySql_ByteFx.config providers.config

Author: roberto
Date: Thu May  5 21:25:09 2005
New Revision: 168516

URL: http://svn.apache.org/viewcvs?rev=168516&view=rev
Log:
~Updated C# DataMapper providers.config for Oracle 9.2 (ODP) provider useDeriveParameters="false"
~Updated C# DataMapper NUnit SqlMap_MySql_ByteFx.config

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config?rev=168516&r1=168515&r2=168516&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config Thu May  5 21:25:09 2005
@@ -14,7 +14,7 @@
 	<database>
 		<!-- Optional ( default ) -->
 		<provider name="ByteFx"/>
-		<dataSource name="iBatisNet" connectionString="Data Source=${datasourceMySql};Database=${database};User Id=${userid};Password=${password}"/>
+		<dataSource name="IBatisNet" connectionString="Data Source=${datasourceMySql};Database=${database};User Id=${userid};Password=${password}"/>
 	</database>
 	<alias>
 		<typeAlias alias="Account" type="IBatisNet.DataMapper.Test.Domain.Account, IBatisNet.DataMapper.Test"/>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config?rev=168516&r1=168515&r2=168516&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config Thu May  5 21:25:09 2005
@@ -86,6 +86,7 @@
 		useParameterPrefixInSql = "true"
 		useParameterPrefixInParameter = "false"
 		parameterPrefix=":" 
+		useDeriveParameters="false"
 	/>
 	<provider
 		name="oracle10.1"