Skip to content

libtracker-sparql: Expand TrackerResource URIs before insertion

Carlos Garnacho requested to merge wip/carlosg/expand-resource-uri into master

When using the APIs to insert TrackerResources into the database, the resources might be identified through a compressed URI. We do only store expanded URIs, so these compressed URIs should be expanded according to the available prefixes.

Merge request reports