System.Data.SQLite

Check-in [e68410521b]
Login

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

Overview
Comment:Updates to the test suite infrastructure to handle Eagle integration changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | featureWork
Files: files | file ages | folders
SHA1: e68410521bde615105e80356e1dba758498d6202
User & Date: mistachkin 2014-09-03 04:11:16.299
References
2014-09-04
02:43
Updates to the test suite infrastructure to handle Eagle integration changes. Cherrypick of [e68410521b]. check-in: 320319609f user: mistachkin tags: trunk
Context
2014-09-04
02:43
Updates to the test suite infrastructure to handle Eagle integration changes. Cherrypick of [e68410521b]. check-in: 320319609f user: mistachkin tags: trunk
2014-09-03
04:11
Updates to the test suite infrastructure to handle Eagle integration changes. Closed-Leaf check-in: e68410521b user: mistachkin tags: featureWork
2014-08-20
19:54
Incorporate the NuGet changes into this branch as well. check-in: 6d139eeec7 user: mistachkin tags: featureWork
Changes
Unified Diff Ignore Whitespace Patch
Changes to Tests/common.eagle.
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
      #       it is necessary to attempt a conversion to the actual enumerated
      #       type.  Failing that, the check against the default value will be
      #       skipped.
      #
      set error null; # IGNORED
      set value [object invoke Utility TryParseFlagsEnum "" \
          System.Data.SQLite.SQLiteConnectionFlags "" $flags null true \
          error]

      #
      # NOTE: If the combined flags string could not actually be converted
      #       to the enumerated type it is the default value, then just use
      #       it verbatim; otherwise, just return an empty string.  In that
      #       case, the default connection flags will be used.
      #







|







1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
      #       it is necessary to attempt a conversion to the actual enumerated
      #       type.  Failing that, the check against the default value will be
      #       skipped.
      #
      set error null; # IGNORED
      set value [object invoke Utility TryParseFlagsEnum "" \
          System.Data.SQLite.SQLiteConnectionFlags "" $flags null true \
          true error]

      #
      # NOTE: If the combined flags string could not actually be converted
      #       to the enumerated type it is the default value, then just use
      #       it verbatim; otherwise, just return an empty string.  In that
      #       case, the default connection flags will be used.
      #