The Providers.Config entry for SqlLite does not function correctly.
-------------------------------------------------------------------

         Key: IBATISNET-121
         URL: http://issues.apache.org/jira/browse/IBATISNET-121
     Project: iBatis for .NET
        Type: Bug
  Components: DataMapper  
 Environment: WinXp, Win2003
    Reporter: Chad Humphries
    Priority: Minor


When building out a small project I found the providers.config entry for 
SqlLite didn't function.

In the end I got this entry to function:
<provider name="SQLite3″
description="SQLite, SQLite.NET provider V0.21.1869.3794″
enabled="true"
assemblyName="SQLite.NET, Version=0.21.1869.3794, Culture=neutral, 
PublicKeyToken=c273bd375e695f9c" 
connectionClass="Finisar.SQLite.SQLiteConnection"
commandClass="Finisar.SQLite.SQLiteCommand"
parameterClass="Finisar.SQLite.SQLiteParameter"
parameterDbTypeClass="System.Data.DbType, System.Data"
parameterDbTypeProperty="DbType"
dataAdapterClass="Finisar.SQLite.SQLiteDataAdapter"
commandBuilderClass="Finisar.SQLite.SQLiteCommandBuilder"
usePositionalParameters="false"
useParameterPrefixInSql="true"
useParameterPrefixInParameter="true"
parameterPrefix="@"
setDbParameterPrecision="false"
setDbParameterScale="false" />

The sample project is attached to the following post: 
http://tiredidea.com/2005/10/14/sqllite_part_ii_the_ibatis_connection/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to