-
Notifications
You must be signed in to change notification settings - Fork 52
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
Implement FROM NAMED
#1520
Implement FROM NAMED
#1520
Conversation
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1520 +/- ##
==========================================
+ Coverage 88.14% 88.18% +0.04%
==========================================
Files 359 359
Lines 27028 27061 +33
Branches 3652 3655 +3
==========================================
+ Hits 23824 23864 +40
+ Misses 1953 1951 -2
+ Partials 1251 1246 -5 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
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, minor changes left, awesome that this works now!
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
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.
Great, thanks a lot!
Quality Gate passedIssues Measures |
This continues work from #1445. QLever now supports SPARQL queries with
FROM NAMED
andGRAPH
with a variable.