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/07 06:55:30 UTC

svn commit: r156397 - incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug

Author: roberto
Date: Sun Mar  6 21:55:29 2005
New Revision: 156397

URL: http://svn.apache.org/viewcvs?view=rev&rev=156397
Log:
~ Updated Common.Test providers.config to include Oracle ODP.NET 10.1 provider (enabled = false by default)
~ Updated other providers.config files for ByteFx enabled = false by default
~ Updated Common.Test Oracle ODP dao and SqlMap config files to use ODP.NET 10.1 provider

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config?view=diff&r1=156396&r2=156397
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config Sun Mar  6 21:55:29 2005
@@ -13,7 +13,7 @@
 	<!-- Rem : If used via a DataAccess context, database tag will be ignored -->
 	<database>
 		<!-- Optional ( default ) -->
-		<provider name="oracle9.2"/>
+		<provider name="oracle10.1"/>
 		<dataSource name="iBatisNet" connectionString="Data Source=${datasource};User Id=${userid};Password=${password}"/>
 	</database>
 	<alias>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config?view=diff&r1=156396&r2=156397
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config Sun Mar  6 21:55:29 2005
@@ -11,7 +11,7 @@
 		<properties resource="Database.config"/>
 		
 		<database>
-			<provider name="oracle9.2"/>
+			<provider name="oracle10.1"/>
 			<dataSource name="iBatisNet" connectionString="Data Source=${datasource};User Id=${userid};Password=${password}"/>
 		</database>
 		
@@ -23,7 +23,7 @@
 	<context id="SqlMapDao">
 		<properties resource="Database.config"/>
 		<database>
-			<provider name="oracle9.2"/>
+			<provider name="oracle10.1"/>
 			<dataSource name="iBatisNet" connectionString="Data Source=${datasource};User Id=${userid};Password=${password}"/>
 		</database>		
 		
@@ -40,7 +40,7 @@
 		<properties resource="database.config"/>
 
 		<database>
-			<provider name="oracle9.2"/>
+			<provider name="oracle10.1"/>
 			<dataSource name="NHibernate" connectionString="Data Source=${datasource};User Id=${useridHibernate};Password=${password}"/>
 		</database>
 		

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config?view=diff&r1=156396&r2=156397
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config Sun Mar  6 21:55:29 2005
@@ -87,6 +87,23 @@
 		useParameterPrefixInParameter = "false"
 		parameterPrefix=":" 
 	/>
+	<provider
+		name="oracle10.1"
+		description="Oracle provider V10.1"
+		enabled="true"
+		assemblyName="Oracle.DataAccess, Version=10.1.0.301, Culture=neutral, PublicKeyToken=89b483f429c47342"
+		connectionClass="Oracle.DataAccess.Client.OracleConnection" 
+		commandClass="Oracle.DataAccess.Client.OracleCommand"
+		parameterClass="Oracle.DataAccess.Client.OracleParameter"
+		parameterDbTypeClass="Oracle.DataAccess.Client.OracleDbType"
+		parameterDbTypeProperty="OracleDbType"
+		dataAdapterClass="Oracle.DataAccess.Client.OracleDataAdapter"
+		commandBuilderClass="Oracle.DataAccess.Client.OracleCommandBuilder"
+		usePositionalParameters = "false"
+		useParameterPrefixInSql = "true"
+		useParameterPrefixInParameter = "false"
+		parameterPrefix=":" 
+	/>	
 	<provider 
 		name="oracleClient1.0" 
 		description="MS Oracle provider V1.0.5"
@@ -108,7 +125,7 @@
 	<provider
 		name="ByteFx"
 		description="MySQL provider"
-		enabled="true"
+		enabled="false"
 		assemblyName="ByteFX.MySqlClient, Version=0.7.6.15073, Culture=neutral, PublicKeyToken=f2fef6fed1732fc1"
 		connectionClass="ByteFX.Data.MySqlClient.MySqlConnection" 
 		commandClass="ByteFX.Data.MySqlClient.MySqlCommand"

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config?view=diff&r1=156396&r2=156397
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config Sun Mar  6 21:55:29 2005
@@ -125,7 +125,7 @@
 	<provider
 		name="ByteFx"
 		description="MySQL provider"
-		enabled="true"
+		enabled="false"
 		assemblyName="ByteFX.MySqlClient, Version=0.7.6.15073, Culture=neutral, PublicKeyToken=f2fef6fed1732fc1"
 		connectionClass="ByteFX.Data.MySqlClient.MySqlConnection" 
 		commandClass="ByteFX.Data.MySqlClient.MySqlCommand"

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?view=diff&r1=156396&r2=156397
==============================================================================
--- 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 Sun Mar  6 21:55:29 2005
@@ -125,7 +125,7 @@
 	<provider
 		name="ByteFx"
 		description="MySQL provider"
-		enabled="true"
+		enabled="false"
 		assemblyName="ByteFX.MySqlClient, Version=0.7.6.15073, Culture=neutral, PublicKeyToken=f2fef6fed1732fc1"
 		connectionClass="ByteFX.Data.MySqlClient.MySqlConnection" 
 		commandClass="ByteFX.Data.MySqlClient.MySqlCommand"