System.Data.SQLite

Check-in [14d074f839]
Login

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

Overview
Comment:Update some comments.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 14d074f8396e29a8c84b43c0f1b56fd2d7a63fda
User & Date: mistachkin 2017-10-16 02:58:21.530
Context
2017-10-16
20:11
Add the version number for Visual Studio 2017 to the NuGet targets file. check-in: f86264f848 user: mistachkin tags: trunk
02:58
Update some comments. check-in: 14d074f839 user: mistachkin tags: trunk
2017-10-15
03:29
Minor tweak to one of the new session tests. check-in: c25b488f6d user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Targets/SQLite.NET.Settings.targets.
539
540
541
542
543
544
545
546
547
548
549

550
551
552
553
554
555
556
              for the corresponding version(s) of Visual Studio.
    -->
    <InteropToTypeExtension Condition="'$(InteropToTypeExtension)' == ''">true</InteropToTypeExtension>

    <!--
        NOTE: Enable exposing the CryptoAPI based codec from the custom built
              interop DLL (i.e. "SQLite.Interop.dll")?  By default, this is
              enabled.  If this is disabled, support for encrypted databases
              will be unavailable.  If this is enabled, it must also be enabled
              via the "SQLITE_HAS_CODEC=1" preprocessor define being present in
              the "SQLITE_EXTRA_DEFINES" macro in the build properties file:


                  "SQLite.Interop\props\sqlite3.[vs]props"

              AND via the "INTEROP_CODEC=1" preprocessor define being present in
              the "INTEROP_EXTRA_DEFINES" macro in the build properties file:

                  "SQLite.Interop\props\SQLite.Interop.20YY.[vs]props"







|
|
|
|
>







539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
              for the corresponding version(s) of Visual Studio.
    -->
    <InteropToTypeExtension Condition="'$(InteropToTypeExtension)' == ''">true</InteropToTypeExtension>

    <!--
        NOTE: Enable exposing the CryptoAPI based codec from the custom built
              interop DLL (i.e. "SQLite.Interop.dll")?  By default, this is
              disabled.  If this is enabled, support for databases encrypted
              using the CryptoAPI will be available.  If this is enabled, it
              must also be enabled via the "SQLITE_HAS_CODEC=1" preprocessor
              define being present in the "SQLITE_EXTRA_DEFINES" macro in the
              build properties file:

                  "SQLite.Interop\props\sqlite3.[vs]props"

              AND via the "INTEROP_CODEC=1" preprocessor define being present in
              the "INTEROP_EXTRA_DEFINES" macro in the build properties file:

                  "SQLite.Interop\props\SQLite.Interop.20YY.[vs]props"