System.Data.SQLite

Check-in [77ca0367c7]
Login

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

Overview
Comment:Fix a leaked variable in a test.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | netStandard20
Files: files | file ages | folders
SHA1: 77ca0367c7cf6d0a305a4b8033cc9f55d5deaf42
User & Date: mistachkin 2018-04-06 11:03:23.149
Context
2018-04-06
11:11
Fix another portability issue in the stress test. check-in: 08e474ef9c user: mistachkin tags: netStandard20
11:03
Fix a leaked variable in a test. check-in: 77ca0367c7 user: mistachkin tags: netStandard20
10:34
More updates to the Eagle script library in externals. check-in: e394825ba4 user: mistachkin tags: netStandard20
Changes
Unified Diff Ignore Whitespace Patch
Changes to Tests/types.eagle.
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366

object invoke Interpreter.GetActive DateTimeKind $savedDateTimeKind
unset -nocomplain savedDateTimeKind

###############################################################################

unset -nocomplain i readArgs params typeName methodName isArray propertyName \
    isRequired expectedResults expectedResult

###############################################################################

runTest {test types-3.1 {bind callback (incomplete)} -setup {
  unset -nocomplain log

  setupDb [set fileName types-3.1.db] "" "" "" \







|







352
353
354
355
356
357
358
359
360
361
362
363
364
365
366

object invoke Interpreter.GetActive DateTimeKind $savedDateTimeKind
unset -nocomplain savedDateTimeKind

###############################################################################

unset -nocomplain i readArgs params typeName methodName isArray propertyName \
    isRequired value expectedResults expectedResult

###############################################################################

runTest {test types-3.1 {bind callback (incomplete)} -setup {
  unset -nocomplain log

  setupDb [set fileName types-3.1.db] "" "" "" \