Index: Tests/backup.eagle ================================================================== --- Tests/backup.eagle +++ Tests/backup.eagle @@ -198,11 +198,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] set callbackResults [list] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ Index: Tests/basic.eagle ================================================================== --- Tests/basic.eagle +++ Tests/basic.eagle @@ -195,11 +195,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke -alias _Dynamic${id}.Test${id} GetReservedWords @@ -271,11 +271,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { set rows [list] @@ -369,11 +369,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { set savedCount -1; set savedInterval -1 @@ -453,11 +453,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -512,11 +512,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -573,11 +573,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -902,11 +902,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetConnectionString \ @@ -1005,11 +1005,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] lappend results $code [expr {[info exists errors] ? $errors : ""}] if {$code eq "Ok"} then { set keys [list null Version Synchronous UseUTF16Encoding Pooling \ @@ -1213,11 +1213,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -1297,11 +1297,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -2585,11 +2585,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} DoTest false @@ -3382,11 +3382,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} BindFunction @@ -3540,11 +3540,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} BindFunction @@ -4375,11 +4375,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} CallFunction1 Index: Tests/progress.eagle ================================================================== --- Tests/progress.eagle +++ Tests/progress.eagle @@ -75,11 +75,11 @@ return count; } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -150,11 +150,11 @@ return count; } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -226,11 +226,11 @@ return count; } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -303,11 +303,11 @@ return count; } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/stress.eagle ================================================================== --- Tests/stress.eagle +++ Tests/stress.eagle @@ -1119,11 +1119,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] if {$code eq "Ok"} then { set ::compiled(12) $id; # NOTE: Compiled OK. if {[catch { object invoke _Dynamic${id}.Test${id} BackupAndGetData showTest L @@ -1202,11 +1202,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] if {$code eq "Ok"} then { set ::compiled(13) $id; # NOTE: Compiled OK. if {[catch { object invoke _Dynamic${id}.Test${id} BackupAndGetData showTest M Index: Tests/thread.eagle ================================================================== --- Tests/thread.eagle +++ Tests/thread.eagle @@ -446,11 +446,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll] \ + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll] \ WarningLevel 0] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { Index: Tests/tkt-0e48e80333.eagle ================================================================== --- Tests/tkt-0e48e80333.eagle +++ Tests/tkt-0e48e80333.eagle @@ -263,11 +263,11 @@ handler = new SQLiteTraceEventHandler(TraceEventHandler); } #endregion } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] puts stdout [list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-1f7bfff467.eagle ================================================================== --- Tests/tkt-1f7bfff467.eagle +++ Tests/tkt-1f7bfff467.eagle @@ -200,11 +200,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -283,11 +283,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -383,11 +383,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -483,11 +483,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-201128cc88.eagle ================================================================== --- Tests/tkt-201128cc88.eagle +++ Tests/tkt-201128cc88.eagle @@ -70,11 +70,11 @@ { SQLiteFunction.RegisterFunction(typeof(Test${id})); } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] # # NOTE: Compile the C# code (above) to register the custom SQLite function # and then open the database for this test case and attempt to execute # the function. Normally, we would open the database in the test setup Index: Tests/tkt-2556655d1b.eagle ================================================================== --- Tests/tkt-2556655d1b.eagle +++ Tests/tkt-2556655d1b.eagle @@ -73,11 +73,11 @@ SQLiteFunction.RegisterFunction(typeof(Test${id})); SQLiteFunction.RegisterFunction(typeof(Test${id})); } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] # # NOTE: Compile the C# code (above) to register the custom SQLite function # and then open the database for this test case and attempt to execute # the function. Normally, we would open the database in the test setup Index: Tests/tkt-343d392b51.eagle ================================================================== --- Tests/tkt-343d392b51.eagle +++ Tests/tkt-343d392b51.eagle @@ -175,11 +175,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -282,11 +282,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -418,11 +418,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-3aa50d8413.eagle ================================================================== --- Tests/tkt-3aa50d8413.eagle +++ Tests/tkt-3aa50d8413.eagle @@ -63,11 +63,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-47c6fa04d3.eagle ================================================================== --- Tests/tkt-47c6fa04d3.eagle +++ Tests/tkt-47c6fa04d3.eagle @@ -104,11 +104,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke -alias _Dynamic${id}.Test${id} GetDataTable Index: Tests/tkt-48a6b8e4ca.eagle ================================================================== --- Tests/tkt-48a6b8e4ca.eagle +++ Tests/tkt-48a6b8e4ca.eagle @@ -65,11 +65,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-4a791e70ab.eagle ================================================================== --- Tests/tkt-4a791e70ab.eagle +++ Tests/tkt-4a791e70ab.eagle @@ -58,11 +58,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll WarningLevel 0] + }] true false true results errors System.Data.SQLite.dll WarningLevel 0] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-56b42d99c1.eagle ================================================================== --- Tests/tkt-56b42d99c1.eagle +++ Tests/tkt-56b42d99c1.eagle @@ -86,11 +86,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} TryEnlistInTransaction @@ -163,11 +163,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -240,11 +240,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -317,11 +317,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -394,11 +394,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -483,11 +483,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} TryEnlistInTransaction @@ -560,11 +560,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -637,11 +637,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -714,11 +714,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -791,11 +791,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-5cee5409f8.eagle ================================================================== --- Tests/tkt-5cee5409f8.eagle +++ Tests/tkt-5cee5409f8.eagle @@ -198,11 +198,11 @@ // do nothing. } #endregion } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} DoTest Index: Tests/tkt-6434e23a0f.eagle ================================================================== --- Tests/tkt-6434e23a0f.eagle +++ Tests/tkt-6434e23a0f.eagle @@ -63,11 +63,11 @@ File.Delete("${dataSource}"); } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-6c6ecccc5f.eagle ================================================================== --- Tests/tkt-6c6ecccc5f.eagle +++ Tests/tkt-6c6ecccc5f.eagle @@ -58,11 +58,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-72905c9a77.eagle ================================================================== --- Tests/tkt-72905c9a77.eagle +++ Tests/tkt-72905c9a77.eagle @@ -267,11 +267,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetTraceOutput Index: Tests/tkt-7e3fa93744.eagle ================================================================== --- Tests/tkt-7e3fa93744.eagle +++ Tests/tkt-7e3fa93744.eagle @@ -115,11 +115,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-85b824b736.eagle ================================================================== --- Tests/tkt-85b824b736.eagle +++ Tests/tkt-85b824b736.eagle @@ -117,11 +117,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0 @@ -236,11 +236,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0 Index: Tests/tkt-996d13cd87.eagle ================================================================== --- Tests/tkt-996d13cd87.eagle +++ Tests/tkt-996d13cd87.eagle @@ -264,11 +264,11 @@ // return errors; } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-ae5267b863.eagle ================================================================== --- Tests/tkt-ae5267b863.eagle +++ Tests/tkt-ae5267b863.eagle @@ -133,11 +133,11 @@ connection.Close(); } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-e1b2e0f769.eagle ================================================================== --- Tests/tkt-e1b2e0f769.eagle +++ Tests/tkt-e1b2e0f769.eagle @@ -106,11 +106,11 @@ return Tkt_e1b2e0f769(connection).Count; } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] lappend result1 $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-e30b820248.eagle ================================================================== --- Tests/tkt-e30b820248.eagle +++ Tests/tkt-e30b820248.eagle @@ -94,11 +94,11 @@ Trace.Listeners.Remove(listener); } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -248,11 +248,11 @@ Trace.Listeners.Remove(listener); } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/tkt-ef2216192d.eagle ================================================================== --- Tests/tkt-ef2216192d.eagle +++ Tests/tkt-ef2216192d.eagle @@ -66,11 +66,11 @@ } } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main Index: Tests/vtab.eagle ================================================================== --- Tests/vtab.eagle +++ Tests/vtab.eagle @@ -100,11 +100,11 @@ connection.Close(); } } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main @@ -206,11 +206,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0 @@ -317,11 +317,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0 @@ -426,11 +426,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList 1 2 3 4 5 @@ -537,11 +537,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList 1 2 3 4 5 @@ -788,11 +788,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList @@ -1041,11 +1041,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList @@ -1220,11 +1220,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList @@ -1363,11 +1363,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0 @@ -1508,11 +1508,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0 @@ -1587,11 +1587,11 @@ { // do nothing. } } } - }] true true true results errors System.Data.SQLite.dll] + }] true false true results errors System.Data.SQLite.dll] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetSum @@ -1684,11 +1684,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one one two one two two @@ -1776,11 +1776,11 @@ { // do nothing. } } } - }] true true true results errors [list System.Data.SQLite.dll Eagle.dll]] + }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} GetList one two three 4 5.0