Commit a38d24e
Add conditional check for Delete_Where_using_navigation_2 test
MySQL and older MariaDB versions don't support DELETE with self-referencing subqueries (Error 1093). Added conditional logic to handle this limitation, following the pattern used in other similar tests.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>1 parent 65aa9e2 commit a38d24e
File tree
1 file changed
+24
-2
lines changed- test/EFCore.MySql.FunctionalTests/BulkUpdates
1 file changed
+24
-2
lines changedLines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
415 | 417 | | |
416 | 418 | | |
417 | 419 | | |
| |||
422 | 424 | | |
423 | 425 | | |
424 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
425 | 447 | | |
426 | 448 | | |
427 | 449 | | |
| |||
0 commit comments