|
Ran
|
Files
478
|
Run time
1min
|
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%)
93323 of 108587 relevant lines covered (85.94%)
2831337.61 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|