Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix several outdated documentation links. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
521800cb6f16489608201f9ced1f01dd |
User & Date: | mistachkin 2014-02-07 09:26:49.132 |
Context
2014-02-10
| ||
22:17 | Fix test project configuration file typos that cause EF6 tests to fail. check-in: b5c1a65c98 user: mistachkin tags: trunk | |
20:18 | Pre-release updates for 1.0.91.0. check-in: fdcc4628aa user: mistachkin tags: preRelease | |
2014-02-07
| ||
09:26 | Fix several outdated documentation links. check-in: 521800cb6f user: mistachkin tags: trunk | |
09:21 | Add TypeName_SQLiteProviderServices setting to the example config file. check-in: 14d909f5e7 user: mistachkin tags: trunk | |
Changes
Changes to Tests/version.eagle.
︙ | ︙ | |||
364 365 366 367 368 369 370 | [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)] \ [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)]] set fileNames [list \ readme.htm \ | | | | 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 | [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)] \ [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)]] set fileNames [list \ readme.htm \ [file join Doc Extra Provider dbfactorysupport.html] \ [file join Doc Extra Provider welcome.html] \ [file join NuGet SQLite.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.MSIL.nuspec] \ [file join NuGet SQLite.x64.nuspec] \ [file join NuGet SQLite.x86.nuspec] \ [file join SQLite.Designer AssemblyInfo.cs] \ [file join SQLite.Designer AssemblyInfo.cs] \ |
︙ | ︙ |
Changes to www/build.wiki.
︙ | ︙ | |||
122 123 124 125 126 127 128 | <li> Make sure the version information is correct for System.Data.SQLite in the following files: <ul> <li><root>\readme.htm</li> | | | | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | <li> Make sure the version information is correct for System.Data.SQLite in the following files: <ul> <li><root>\readme.htm</li> <li><root>\Doc\Extra\Provider\dbfactorysupport.html</li> <li><root>\Doc\Extra\Provider\welcome.html</li> <li><root>\NuGet\SQLite.nuspec</li> <li><root>\NuGet\SQLite.Beta.nuspec</li> <li><root>\NuGet\SQLite.MSIL.nuspec</li> <li><root>\NuGet\SQLite.x86.nuspec</li> <li><root>\NuGet\SQLite.x64.nuspec</li> <li><root>\SQLite.Designer\AssemblyInfo.cs</li> <li><root>\SQLite.Designer\source.extension.vsixmanifest</li> |
︙ | ︙ |
Changes to www/downloads.wiki.
︙ | ︙ | |||
320 321 322 323 324 325 326 | <td colspan="3" class="importantNotes"> If native library pre-loading feature does not work properly in your environment, it can be disabled by setting the "No_PreLoadSQLite" environment variable (i.e. to anything) prior to loading and/or using the System.Data.SQLite assembly. There are several more environment variables that can be used to influence the behavior of the native library pre-loading feature, documented | | | 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 | <td colspan="3" class="importantNotes"> If native library pre-loading feature does not work properly in your environment, it can be disabled by setting the "No_PreLoadSQLite" environment variable (i.e. to anything) prior to loading and/or using the System.Data.SQLite assembly. There are several more environment variables that can be used to influence the behavior of the native library pre-loading feature, documented <a href="/index.html/artifact?ci=trunk&filename=Doc/Extra/Provider/environment.html">here</a>. <br /><br /> Use of environment variables for configuration settings is not supported by the .NET Compact Framework builds of System.Data.SQLite, due to limitations imposed by the platform itself. <br /><br /> Alternatively, as of version 1.0.91.0, all configuration settings can be specified via an optional |
︙ | ︙ |