SQLite Provider node uses abandoned library. Updated node included
------------------------------------------------------------------
Key: IBATISNET-233
URL: https://issues.apache.org/jira/browse/IBATISNET-233
Project: iBatis for .NET
Issue Type: Improvement
Components: DataMapper
Affects Versions: DataMapper 1.6.1
Reporter: Michael Schall
Priority: Minor
The svn provider config file references the Finisar.SQLite provider. This
provider is not under active development and it's site points to the
System.Data.SQLite provider. Included is an updated node that seems to work.
It is not fully tested as I only needed dynamic sql, but select, insert, delete
dynamic sql statements work great.
<provider name="SQLite3"
description="SQLite, SQLite.NET provider V1.0.43.0"
enabled="true"
assemblyName="System.Data.SQLite, Version=1.0.43.0, Culture=neutral,
PublicKeyToken=db937bc2d44ff139"
connectionClass="System.Data.SQLite.SQLiteConnection"
commandClass="System.Data.SQLite.SQLiteCommand"
parameterClass="System.Data.SQLite.SQLiteParameter"
parameterDbTypeClass="System.Data.SQLite.SQLiteType"
parameterDbTypeProperty="DbType"
dataAdapterClass="System.Data.SQLite.SQLiteDataAdapter"
commandBuilderClass="System.Data.SQLite.SQLiteCommandBuilder"
usePositionalParameters="false"
useParameterPrefixInSql="true"
useParameterPrefixInParameter="true"
parameterPrefix="@"
setDbParameterPrecision="false"
setDbParameterScale="false"
allowMARS="false"
/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.