GNOME Bugzilla – Bug 786602
[Tracker] Use sparql1.1 "AS ?var" syntax
Last modified: 2017-08-22 10:58:08 UTC
I'm attaching/pushing a patch to make the Tracker plugin use standard "AS ?var" syntax to define variable names. The "AS var" is nonstandard syntax adopted by Tracker prior to it being defined in Sparql 1.1, and is being dropped in Tracker 2.x. Using the Sparql 1.1 compliant syntax will work with all of Tracker >1.0.
Created attachment 358130 [details] [review] tracker: Use standard Sparql1.1 syntax The "AS var" syntax was non-standard, the Sparql1.1 spec defines this syntax as "AS ?var", which Tracker 1.x has also accepted for a very long time. Tracker 2.x is dropping the non-standard syntax, so switch the Tracker plugin to using the Sparql1.1 syntax, which shall work with Tracker 1.x and 2.x.
Pushed to master. Attachment 358130 [details] pushed as 8f80b1d - tracker: Use standard Sparql1.1 syntax