-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly named query #1739
base: master
Are you sure you want to change the base?
Explicitly named query #1739
Conversation
Signed-off-by: Johannes Kalmbach <[email protected]>
Signed-off-by: Johannes Kalmbach <[email protected]>
TODO<joka921>: 1. Unit tests 2. correct cache-clearing (or updates etc.) Signed-off-by: Johannes Kalmbach <[email protected]>
Signed-off-by: Johannes Kalmbach <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1739 +/- ##
==========================================
- Coverage 89.94% 89.76% -0.18%
==========================================
Files 395 399 +4
Lines 37625 37838 +213
Branches 4229 4256 +27
==========================================
+ Hits 33840 33966 +126
- Misses 2482 2570 +88
+ Partials 1303 1302 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1-1 with Johannes, first look, looks great (and works like a charm)
Signed-off-by: Johannes Kalmbach <[email protected]>
Signed-off-by: Johannes Kalmbach <[email protected]>
Signed-off-by: Johannes Kalmbach <[email protected]>
# Conflicts: # src/engine/CMakeLists.txt # src/engine/QueryExecutionContext.cpp # src/engine/QueryExecutionContext.h # src/engine/Server.cpp # test/OperationTest.cpp
Signed-off-by: Johannes Kalmbach <[email protected]>
Conformance check passed ✅No test result changes. |
|
Implement named cached queries (in RAM)