Closed Qup42 closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.15%. Comparing base (
7bd2438
) to head (976ea93
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
To be able to properly test ExecuteUpdate::executeUpdate
we need ParsedQuery
s of Updates. This requires that Updates are not rejected by the visitor, but instead the server rejects Updates. I'll do that in the following commits but we can also extract that to a separate PR.
No test result changes.
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Add some helper functions that can and will be used to convert A
QueryExecutionTree
and the parsed representation of an update clause into the format, that theDeltaTriples
expect.