System.Data.SQLite

Check-in [a293590625]
Login

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

Overview
Comment:Update source code artifact link on the download page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a293590625788519a22474886bc1dc9678ad30ef
User & Date: mistachkin 2014-09-12 01:08:23.873
Context
2014-09-13
20:51
More web page updates. check-in: b284b7f34e user: mistachkin tags: trunk
2014-09-12
01:08
Update source code artifact link on the download page. check-in: a293590625 user: mistachkin tags: trunk
2014-09-11
22:21
Improvements to link ordering on the home page. check-in: a96af3d248 user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/downloads.wiki.
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
        <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
        <a href="/index.html/artifact?ci=trunk&filename=System.Data.SQLite/System.Data.SQLite.dll.config">XML configuration file</a>.
        Using the XML configuration file when the primary System.Data.SQLite
        assembly (&quot;System.Data.SQLite.dll&quot;) is being executed from the
        Global Assembly Cache is <b>unsupported</b>.
        <br /><br />
        For each configuration setting, the associated environment variable
        value, if present, will override the value specified via the XML
        configuration file.







|







328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
        <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
        <a href="/index.html/artifact?ci=trunk&filename=System.Data.SQLite/Configurations/System.Data.SQLite.dll.config">XML configuration file</a>.
        Using the XML configuration file when the primary System.Data.SQLite
        assembly (&quot;System.Data.SQLite.dll&quot;) is being executed from the
        Global Assembly Cache is <b>unsupported</b>.
        <br /><br />
        For each configuration setting, the associated environment variable
        value, if present, will override the value specified via the XML
        configuration file.