System.Data.SQLite

Check-in [b4af63534e]
Login

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

Overview
Comment:Tweak comments.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b4af63534e82d9f147f8f9fc3d01cde30a7b7faf
User & Date: mistachkin 2019-02-18 20:15:25.365
Context
2019-03-02
19:21
Update SQLite core library to the 3.27.2 release. check-in: a0d9eab228 user: mistachkin tags: trunk
2019-02-18
20:15
Tweak comments. check-in: b4af63534e user: mistachkin tags: trunk
20:03
In the test suite infrastructure, force the list of 'known' Mono versions to include those released after Eagle beta 44. check-in: 9c6ca7239b user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Externals/Eagle/lib/Eagle1.0/vendor.eagle.
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
        setupInterpreterTestPath stdout $vendor_test_directory \
            [checkForVendorQuiet setupInterpreterTestPath]
      }
    }

    #
    # HACK: When the Eagle core test suite infrastructure is beta 44 or
    #       lower, upgrade the [getKnownMonoVersions] procedure to add
    #       more known versions of the Mono runtime.  Eventually, this
    #       override should be removed (i.e. once the Eagle core library
    #       included in "Externals" is updated).
    #
    if {[package vcompare \
        $::eagle_platform(patchLevel) 1.0.6848.11041] <= 0} then {
      #
      # NOTE: Arrange for this procedure to be redefined after it has







|
|







441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
        setupInterpreterTestPath stdout $vendor_test_directory \
            [checkForVendorQuiet setupInterpreterTestPath]
      }
    }

    #
    # HACK: When the Eagle core test suite infrastructure is beta 44 or
    #       lower, override the [getKnownMonoVersions] procedure to add
    #       more "known" versions of the Mono runtime.  Eventually, this
    #       override should be removed (i.e. once the Eagle core library
    #       included in "Externals" is updated).
    #
    if {[package vcompare \
        $::eagle_platform(patchLevel) 1.0.6848.11041] <= 0} then {
      #
      # NOTE: Arrange for this procedure to be redefined after it has