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/05 12:51:19 UTC

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

Author: gbayon
Date: Thu May  5 03:51:16 2005
New Revision: 168314

URL: http://svn.apache.org/viewcvs?rev=168314&view=rev
Log:
- Added Firebird SQL .NET provider definition

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

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=168314&r1=168313&r2=168314&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 03:51:16 2005
@@ -177,5 +177,22 @@
 		setDbParameterScale="false"
 		setDbParameterSize="false"
 	/>
+	<provider
+		name="Firebird1.7"
+		description="Firebird SQL .NET, Firebird provider V1.7.0.33200"
+		enabled="false"
+		assemblyName="FirebirdSql.Data.Firebird, Version=1.7.0.33200, Culture=neutral, PublicKeyToken=fa843d180294369d"
+		connectionClass="FirebirdSql.Data.Firebird.FbConnection"
+		commandClass="FirebirdSql.Data.Firebird.FbCommand"
+		parameterClass="FirebirdSql.Data.Firebird.FbParameter"
+		parameterDbTypeClass="FirebirdSql.Data.Firebird.FbDbType"
+		parameterDbTypeProperty="FbDbType"
+		dataAdapterClass="FirebirdSql.Data.Firebird.FbDataAdapter"
+		commandBuilderClass="FirebirdSql.Data.Firebird.FbCommandBuilder"
+		usePositionalParameters = "false"	
+		useParameterPrefixInSql = "true"
+		useParameterPrefixInParameter = "true"				
+		parameterPrefix="@"
+	/>
 </providers>