[
https://issues.apache.org/jira/browse/IBATISNET-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles Bayon closed IBATISNET-233.
----------------------------------
Resolution: Fixed
Fix Version/s: DataMapper 1.6.2
Assignee: Gilles Bayon
Thanks.
In SVN
> 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
> Assignee: Gilles Bayon
> Priority: Minor
> Fix For: DataMapper 1.6.2
>
>
> 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.