Closed UNEXENU closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.17%. Comparing base (
d5315d2
) to head (d2c2ffd
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
With this commit, the optimization that constrains a
SERVICE
query using aVALUES
clause when the sibling of theSERVICE
is small (originally introduced in #1341) is also applied forOPTIONAL
andMINUS
clauses when the right operand is aSERVICE
.