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: |
f867c86a33dd1fdc3e185dbb37369107 |
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
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 | <configuration> <system.data> <DbProviderFactories> | | | 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> |