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 2005/05/16 14:50:02 UTC

svn commit: r170375 - in /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test: DataBase-Template.config bin/Debug/IBatisNet.DataMapper.Test.dll.config bin/Debug/providers.config

Author: gbayon
Date: Mon May 16 05:50:02 2005
New Revision: 170375

URL: http://svn.apache.org/viewcvs?rev=170375&view=rev
Log:
- updated config files for PostgreSQL

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/DataBase-Template.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/DataBase-Template.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/DataBase-Template.config?rev=170375&r1=170374&r2=170375&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/DataBase-Template.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/DataBase-Template.config Mon May 16 05:50:02 2005
@@ -16,4 +16,5 @@
 	<add key="selectKey" value="select @@IDENTITY as value" />
 	<add key="MyCategoryName" value="'Film'" />
 	<add key="accountName" value="'Joe'" />
+	<add key="datasourcePostgreSQL" value="localhost"/>
 </settings>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config?rev=170375&r1=170374&r2=170375&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config Mon May 16 05:50:02 2005
@@ -11,16 +11,18 @@
 		<!-- To test MySql set value="MySql" -->
 		<!-- To test Oracle set value="Oracle" -->
 		<!-- To test Access set value="Access" -->		
-		<!-- To test MS Sql Server set value="MSSQL"  -->		
-		<add key="database" value="MSSQL"/>
+		<!-- To test MS Sql Server set value="MSSQL"  -->	
+		<!-- To test PostgreSQL set value="PostgreSQL"  -->	
+		<add key="database" value="PostgreSQL"/>
 		<!-- To test MS SqlServer via SqlClient value="SqlClient"  -->
 		<!-- To test Oracle via MS Oracle provider value="OracleClient"  -->
 		<!-- To test Oracle via Oracle provider value="ODP"  -->
+		<!-- To test PostgreSQL via Npgsql provider value="Npgsql"  -->
 		<!-- To test MySql via ByteFx value="ByteFx"  -->
 		<!-- To test MySql via MySql provider value="MySql"  -->
 		<!-- To test via OleDb provider (any database) value="OleDb"  -->
 		<!-- To test via Odbc provider (any database) value="Odbc"  -->
-		<add key="providerType" value="SqlClient"/>
+		<add key="providerType" value="Npgsql"/>
 	</appSettings>
 	
 	<!-- This section contains the log4net configuration settings -->

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=170375&r1=170374&r2=170375&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 Mon May 16 05:50:02 2005
@@ -198,7 +198,7 @@
 	<provider
 		name="PostgreSql0.7"
 		description="PostgreSql, Npgsql provider V0.7.0.0"
-		enabled="false"
+		enabled="true"
 		assemblyName="Npgsql, Version=0.7.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7"
 		connectionClass="Npgsql.NpgsqlConnection"
 		commandClass="Npgsql.NpgsqlCommand"