Uploaded image for project: 'iBatis for .NET'
  1. iBatis for .NET
  2. IBATISNET-233

SQLite Provider node uses abandoned library. Updated node included

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • DataMapper 1.6.1
    • DataMapper 1.6.2
    • DataMapper
    • None

    Description

      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"
      />

      Attachments

        Activity

          People

            gilles Gilles Bayon
            schallm Michael T. Schall
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment