System.Data.SQLite

Check-in [f867c86a33]
Login

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

Overview
Comment:Updates to 1.0.17
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: f867c86a33dd1fdc3e185dbb373691076c614bca
User & Date: rmsimpson 2005-08-28 04:32:45.000
Context
2005-08-28
04:33
1.0.17 final check-in: 56addf2ca6 user: rmsimpson tags: sourceforge
04:32
Updates to 1.0.17 check-in: f867c86a33 user: rmsimpson tags: sourceforge
04:32
Minor updates check-in: 1ebbe1cd87 user: rmsimpson tags: sourceforge
Changes
Unified Diff Ignore Whitespace Patch
Changes to bin/System.Data.SQLite.dll.

cannot compute difference between binary files

Changes to bin/test.exe.

cannot compute difference between binary files

Changes to bin/test.exe.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>