System.Data.SQLite

Check-in [c7bb83e518]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor update
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: c7bb83e518320da74250639e9124d9058820eb11
User & Date: rmsimpson 2005-08-28 04:35:17.000
Context
2005-08-28
16:38
Fixed version string in sqlite3.h check-in: 74898db87a user: rmsimpson tags: sourceforge
04:35
Minor update check-in: c7bb83e518 user: rmsimpson tags: sourceforge
04:34
1.0.17 intiial X64 release check-in: 26761a9276 user: rmsimpson tags: sourceforge
Changes
Unified Diff Ignore Whitespace Patch
Changes to test/app.config.
1
2
3
4
5
6
7
<configuration>
  <system.data>
    <DbProviderFactories>
      <add name="SQLite Data Provider" invariant="System.Data.SQLite" support="3F" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
    </DbProviderFactories>
  </system.data>
</configuration>



|



1
2
3
4
5
6
7
<configuration>
  <system.data>
    <DbProviderFactories>
      <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
    </DbProviderFactories>
  </system.data>
</configuration>