Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | In the test suite, when compiling C# code, skip emitting symbols. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ca7215e40581eb85241b4a4d0f89ad63 |
User & Date: | mistachkin 2019-04-05 02:40:24.717 |
Context
2019-05-14
| ||
20:22 | Slightly improve error handling in the SQLiteLog.Initialize method. check-in: 0f34d6ea03 user: mistachkin tags: trunk | |
2019-04-05
| ||
02:40 | In the test suite, when compiling C# code, skip emitting symbols. check-in: ca7215e405 user: mistachkin tags: trunk | |
2019-03-24
| ||
00:04 | Fix typos in documentation. Fix for [4bd6914554]. check-in: 10da1211e5 user: mistachkin tags: trunk | |
Changes
Changes to Tests/backup.eagle.
︙ | ︙ | |||
196 197 198 199 200 201 202 | public static void Main() { // do nothing. } } } | | | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | public static void Main() { // do nothing. } } } }] true false true results errors [list System.Data.SQLite.dll Eagle.dll]] set callbackResults [list] list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} BackupAndGetData "" $memSource |
︙ | ︙ |
Changes to Tests/basic.eagle.
︙ | ︙ | |||
193 194 195 196 197 198 199 | public static void Main() { // do nothing. } } } | | | 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] $result [string map [list \ \{\{ "" \}\} ""] [string map [list "ReservedWord " "" \ |
︙ | ︙ | |||
269 270 271 272 273 274 275 | public static void Main() { // do nothing. } } } | | | 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 | public static void Main() { // do nothing. } } } }] 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] set foreignKeys [object invoke _Dynamic${id}.Test${id} GetForeignKeys] |
︙ | ︙ | |||
367 368 369 370 371 372 373 | public static void Main() { // do nothing. } } } | | | 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 | public static void Main() { // do nothing. } } } }] 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 object invoke _Dynamic${id}.Test${id} TestSetAvRetry \ |
︙ | ︙ | |||
451 452 453 454 455 456 457 | { command.ExecuteNonQuery(); } } } } } | | | 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 | { command.ExecuteNonQuery(); } } } } } }] 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 } result] : [set result ""]}] $result \ [close [open $dataSource RDONLY 0 "" -share None]] |
︙ | ︙ | |||
510 511 512 513 514 515 516 | // do nothing. } } } } } } | | | 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 | // do nothing. } } } } } } }] 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 } result] : [set result ""]}] $result \ [close [open $dataSource RDONLY 0 "" -share None]] |
︙ | ︙ | |||
571 572 573 574 575 576 577 | // do nothing. } } } } } } | | | 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 | // do nothing. } } } } } } }] 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 } result] : [set result ""]}] $result \ [close [open $dataSource RDONLY 0 "" -share None]] |
︙ | ︙ | |||
900 901 902 903 904 905 906 | public static void Main() { // do nothing. } } } | | | 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 | public static void Main() { // do nothing. } } } }] 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 \ null null null } result] : [set result ""]}] $result \ |
︙ | ︙ | |||
1003 1004 1005 1006 1007 1008 1009 | public static void Main() { // do nothing. } } } | | | 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 | public static void Main() { // do nothing. } } } }] 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 \ BinaryGUID "Data Source" Uri FullUri "Default Timeout" \ Enlist FailIfMissing "Legacy Format" "Read Only" \ |
︙ | ︙ | |||
1211 1212 1213 1214 1215 1216 1217 | // do nothing. } } } } } } | | | 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 | // do nothing. } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
1295 1296 1297 1298 1299 1300 1301 | return count; } } } } } } | | | 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 | return count; } } } } } } }] 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 } result] : [set result ""]}] \ [extractSystemDataSQLiteExceptionMessage $result] |
︙ | ︙ | |||
2583 2584 2585 2586 2587 2588 2589 | public static void Main() { // do nothing. } } } | | | 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] \ [extractSystemDataSQLiteExceptionMessage $result] \ |
︙ | ︙ | |||
3380 3381 3382 3383 3384 3385 3386 | public static void Main() { // do nothing. } } } | | | 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] \ [extractSystemDataSQLiteExceptionMessage $result] \ |
︙ | ︙ | |||
3538 3539 3540 3541 3542 3543 3544 | public static void Main() { // do nothing. } } } | | | 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] \ [extractSystemDataSQLiteExceptionMessage $result] \ |
︙ | ︙ | |||
4373 4374 4375 4376 4377 4378 4379 | public static void Main() { // do nothing. } } } | | | 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] \ [extractSystemDataSQLiteExceptionMessage $result] \ |
︙ | ︙ |
Changes to Tests/progress.eagle.
︙ | ︙ | |||
73 74 75 76 77 78 79 | } } return count; } } } | | | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | } } return count; } } } }] 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 } result] : [set result ""]}] $result \ [expr {[string is integer -strict $result] && $result == 0 ? 1 : 0}] |
︙ | ︙ | |||
148 149 150 151 152 153 154 | } } return count; } } } | | | 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | } } return count; } } } }] 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 } result] : [set result ""]}] $result \ [expr {[string is integer -strict $result] && $result > 0 ? 1 : 0}] |
︙ | ︙ | |||
224 225 226 227 228 229 230 | } } return count; } } } | | | 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | } } return count; } } } }] 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 } result] : [set result ""]}] $result \ [expr {[string is integer -strict $result] && $result > 0 ? 1 : 0}] |
︙ | ︙ | |||
301 302 303 304 305 306 307 | } } return count; } } } | | | 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 | } } return count; } } } }] 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 } result] : [set result ""]}] $result \ [expr {[string is integer -strict $result] && $result > 0 ? 1 : 0}] |
︙ | ︙ |
Changes to Tests/stress.eagle.
︙ | ︙ | |||
1117 1118 1119 1120 1121 1122 1123 | public static void Main() { // do nothing. } } } | | | 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 | public static void Main() { // do nothing. } } } }] 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 } error]} then { if {[isExpectedError $error]} then { |
︙ | ︙ | |||
1200 1201 1202 1203 1204 1205 1206 | public static void Main() { // do nothing. } } } | | | 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 | public static void Main() { // do nothing. } } } }] 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 } error]} then { if {[isExpectedError $error]} then { |
︙ | ︙ |
Changes to Tests/thread.eagle.
︙ | ︙ | |||
444 445 446 447 448 449 450 | public static void Main() { // do nothing. } } } | | | 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 | public static void Main() { // do nothing. } } } }] 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 { object invoke _Dynamic${id}.Test${id} RunTestThreads } result] : [set result ""]}] $result \ |
︙ | ︙ |
Changes to Tests/tkt-0e48e80333.eagle.
︙ | ︙ | |||
261 262 263 264 265 266 267 | public static void Main() { handler = new SQLiteTraceEventHandler(TraceEventHandler); } #endregion } } | | | 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 | public static void Main() { handler = new SQLiteTraceEventHandler(TraceEventHandler); } #endregion } } }] 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 } result] : [set result ""]}] $result \ [expr {$code eq "Ok" ? [catch { |
︙ | ︙ |
Changes to Tests/tkt-1f7bfff467.eagle.
︙ | ︙ | |||
198 199 200 201 202 203 204 | } } } } } } } | | | 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 | } } } } } } } }] 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 } result] : [set result ""]}] $result \ [sql execute -execute reader -format list $db \ |
︙ | ︙ | |||
281 282 283 284 285 286 287 | } } } } } } } | | | 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 | } } } } } } } }] 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 } result] : [set result ""]}] $result \ [sql execute -execute reader -format list $db \ |
︙ | ︙ | |||
381 382 383 384 385 386 387 | transaction1.Commit(); } } } } } | | | 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | transaction1.Commit(); } } } } } }] 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 } result] : [set result ""]}] $result \ [sql execute -execute reader -format list $db \ |
︙ | ︙ | |||
481 482 483 484 485 486 487 | transaction1.Commit(); } } } } } | | | 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 | transaction1.Commit(); } } } } } }] 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 } result] : [set result ""]}] $result \ [sql execute -execute reader -format list $db \ |
︙ | ︙ |
Changes to Tests/tkt-201128cc88.eagle.
︙ | ︙ | |||
68 69 70 71 72 73 74 | public static void Main() { SQLiteFunction.RegisterFunction(typeof(Test${id})); } } } | | | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | public static void Main() { SQLiteFunction.RegisterFunction(typeof(Test${id})); } } } }] 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 # phase; however, that will not work correctly because newly registered # functions are only picked up and used by databases opened after they |
︙ | ︙ |
Changes to Tests/tkt-2556655d1b.eagle.
︙ | ︙ | |||
71 72 73 74 75 76 77 | public static void Main() { SQLiteFunction.RegisterFunction(typeof(Test${id})); SQLiteFunction.RegisterFunction(typeof(Test${id})); } } } | | | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | public static void Main() { SQLiteFunction.RegisterFunction(typeof(Test${id})); SQLiteFunction.RegisterFunction(typeof(Test${id})); } } } }] 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 # phase; however, that will not work correctly because newly registered # functions are only picked up and used by databases opened after they |
︙ | ︙ |
Changes to Tests/tkt-343d392b51.eagle.
︙ | ︙ | |||
173 174 175 176 177 178 179 | dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } } } | | | 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
280 281 282 283 284 285 286 | dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } } } | | | 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 | dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
416 417 418 419 420 421 422 | dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } } } | | | 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 | dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-3aa50d8413.eagle.
︙ | ︙ | |||
61 62 63 64 65 66 67 | dataAdapter.FillSchema(dataSet, SchemaType.Source); } } } } } } | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | dataAdapter.FillSchema(dataSet, SchemaType.Source); } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-47c6fa04d3.eagle.
︙ | ︙ | |||
102 103 104 105 106 107 108 | public static void Main() { // do nothing. } } } | | | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] $result [getRowsFromDataTable $result] } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-48a6b8e4ca.eagle.
︙ | ︙ | |||
63 64 65 66 67 68 69 | } } } } } } } | | | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-4a791e70ab.eagle.
︙ | ︙ | |||
56 57 58 59 60 61 62 | string sql = command.CommandText; /* ObjectDisposedException? */ } } } } } | | | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | string sql = command.CommandText; /* ObjectDisposedException? */ } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-56b42d99c1.eagle.
︙ | ︙ | |||
84 85 86 87 88 89 90 | public static void Main() { // do nothing. } } } | | | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
161 162 163 164 165 166 167 | } } } } } } } | | | 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
238 239 240 241 242 243 244 | } } } } } } } | | | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
315 316 317 318 319 320 321 | } } } } } } } | | | 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
392 393 394 395 396 397 398 | } } } } } } } | | | 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
481 482 483 484 485 486 487 | public static void Main() { // do nothing. } } } | | | 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
558 559 560 561 562 563 564 | } } } } } } } | | | 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
635 636 637 638 639 640 641 | } } } } } } } | | | 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
712 713 714 715 716 717 718 | } } } } } } } | | | 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
789 790 791 792 793 794 795 | } } } } } } } | | | 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 | } } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-5cee5409f8.eagle.
︙ | ︙ | |||
196 197 198 199 200 201 202 | public static void Main() { // do nothing. } #endregion } } | | | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | public static void Main() { // do nothing. } #endregion } } }] 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 } result] : [set result ""]}] \ [expr {[lindex $result 0] > 0}] \ |
︙ | ︙ |
Changes to Tests/tkt-6434e23a0f.eagle.
︙ | ︙ | |||
61 62 63 64 65 66 67 | } } File.Delete("${dataSource}"); } } } | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | } } File.Delete("${dataSource}"); } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-6c6ecccc5f.eagle.
︙ | ︙ | |||
56 57 58 59 60 61 62 | /* IGNORED */ command.ExecuteReader(CommandBehavior.CloseConnection); } } } } } | | | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | /* IGNORED */ command.ExecuteReader(CommandBehavior.CloseConnection); } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-72905c9a77.eagle.
︙ | ︙ | |||
265 266 267 268 269 270 271 | public static void Main() { // do nothing. } } } | | | 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [string map [list \r\n \n] $result] } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-7e3fa93744.eagle.
︙ | ︙ | |||
113 114 115 116 117 118 119 | return dataTable.Rows.Count; } } } } } } | | | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | return dataTable.Rows.Count; } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-85b824b736.eagle.
︙ | ︙ | |||
115 116 117 118 119 120 121 | public static void Main() { // do nothing. } } } | | | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ | |||
234 235 236 237 238 239 240 | public static void Main() { // do nothing. } } } | | | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-996d13cd87.eagle.
︙ | ︙ | |||
262 263 264 265 266 267 268 | // NOTE: Return the total number of exceptions caught by the test // threads. // return errors; } } } | | | 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 | // NOTE: Return the total number of exceptions caught by the test // threads. // return errors; } } } }] 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 } result] : [set result ""]}] $result [getPoolCounts] \ [expr {$havePoolCounts ? $pooling ? $poolCounts(opened) > 0 : \ |
︙ | ︙ |
Changes to Tests/tkt-ae5267b863.eagle.
︙ | ︙ | |||
131 132 133 134 135 136 137 | } connection.Close(); } } } } | | | 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | } connection.Close(); } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/tkt-e1b2e0f769.eagle.
︙ | ︙ | |||
104 105 106 107 108 109 110 | connection.Open(); return Tkt_e1b2e0f769(connection).Count; } } } } | | | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | connection.Open(); return Tkt_e1b2e0f769(connection).Count; } } } } }] 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 } result2] : [set result2 ""]}] $result2 } |
︙ | ︙ |
Changes to Tests/tkt-e30b820248.eagle.
︙ | ︙ | |||
92 93 94 95 96 97 98 | Trace.WriteLine("---- END TRACE \\"${name}\\""); Trace.Listeners.Remove(listener); } } } } | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | Trace.WriteLine("---- END TRACE \\"${name}\\""); Trace.Listeners.Remove(listener); } } } } }] 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 } result] : [set result ""]}] $result \ [reportSQLiteResources $test_channel true] |
︙ | ︙ | |||
246 247 248 249 250 251 252 | Trace.WriteLine("---- END TRACE \\"${name}\\""); Trace.Listeners.Remove(listener); } } } } | | | 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 | Trace.WriteLine("---- END TRACE \\"${name}\\""); Trace.Listeners.Remove(listener); } } } } }] 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 } result] : [set result ""]}] $result \ [reportSQLiteResources $test_channel true] |
︙ | ︙ |
Changes to Tests/tkt-ef2216192d.eagle.
︙ | ︙ | |||
64 65 66 67 68 69 70 | // } } } } } } | | | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | // } } } } } } }] 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 } result] : [set result ""]}] $result } -cleanup { |
︙ | ︙ |
Changes to Tests/vtab.eagle.
︙ | ︙ | |||
98 99 100 101 102 103 104 | } connection.Close(); } } } } | | | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | } connection.Close(); } } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
204 205 206 207 208 209 210 | public static void Main() { // do nothing. } } } | | | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
315 316 317 318 319 320 321 | public static void Main() { // do nothing. } } } | | | 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
424 425 426 427 428 429 430 | public static void Main() { // do nothing. } } } | | | 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
535 536 537 538 539 540 541 | public static void Main() { // do nothing. } } } | | | 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
786 787 788 789 790 791 792 | public static void Main() { // do nothing. } } } | | | 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1039 1040 1041 1042 1043 1044 1045 | public static void Main() { // do nothing. } } } | | | 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1218 1219 1220 1221 1222 1223 1224 | public static void Main() { // do nothing. } } } | | | 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1361 1362 1363 1364 1365 1366 1367 | public static void Main() { // do nothing. } } } | | | 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1506 1507 1508 1509 1510 1511 1512 | public static void Main() { // do nothing. } } } | | | 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1585 1586 1587 1588 1589 1590 1591 | public static void Main() { // do nothing. } } } | | | 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1682 1683 1684 1685 1686 1687 1688 | public static void Main() { // do nothing. } } } | | | 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ | |||
1774 1775 1776 1777 1778 1779 1780 | public static void Main() { // do nothing. } } } | | | 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 | public static void Main() { // do nothing. } } } }] 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 } result] : [set result ""]}] [normalizeVtabResult $result] } -cleanup { |
︙ | ︙ |