Skip to content

Generate queries using SPARQL templates

Debarshi Ray requested to merge wip/rishi/tracker-sparql-templates into master

The code to generate SPARQL queries was split across many different source files, making it difficult to make big changes. Now the queries are written out as templates and we use template substitution to build the SPARQL that we send to Tracker.

Split from !135 (merged)

Edited by Debarshi Ray

Merge request reports