|
Ran
|
Jobs
1
|
Files
478
|
Run time
2min
|
Badge
README BADGES
|
push
github
sql: remove one row limit in EXISTS subquery According to ANSI, EXISTS is a predicate that tests a given subquery and returns true if it returns more than 0 rows, false otherwise. However, after 2a720d114, EXISTS worked correctly only if there were exactly 0 or 1 rows, and in all other cases it gave an error. This patch makes EXITS work properly. Closes #8676 NO_DOC=bugfix (cherry picked from commit a5e498d1a)
62464 of 113441 branches covered (0.0%)
7 of 7 new or added lines in 1 file covered. (100.0%)
36 existing lines in 10 files now uncovered.93323 of 108587 relevant lines covered (85.94%)
2831337.61 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7009223649.1 | 0 |
85.94 |
GitHub Action Run |