After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658838 - TrackerSparqlBuilder uses deprecated graph syntax
TrackerSparqlBuilder uses deprecated graph syntax
Status: RESOLVED OBSOLETE
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal minor
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2011-09-12 16:13 UTC by Sam Thursfield
Modified: 2021-05-26 22:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Thursfield 2011-09-12 16:13:17 UTC
tracker_sparql_builder_insert_open(), insert_silent_open() and delete_open() take an optional 'graph' parameter. It uses the deprecated 'INSERT INTO' syntax. It would be nice if it output the new GRAPH { syntax instead to avoid the need to call tracker_sparql_builder_graph_open()/close() explicitly.
Comment 1 Martyn Russell 2014-08-21 09:11:17 UTC
(In reply to comment #0)
> tracker_sparql_builder_insert_open(), insert_silent_open() and delete_open()
> take an optional 'graph' parameter. It uses the deprecated 'INSERT INTO'
> syntax. It would be nice if it output the new GRAPH { syntax instead to avoid
> the need to call tracker_sparql_builder_graph_open()/close() explicitly.

Deprecated by WHO?

I thought INSERT INTO and INSERT do the exact same thing in SQL, has the spec changed?
Comment 2 Sam Thursfield 2014-08-21 10:19:42 UTC
The SPARQL 1.1 update spec doesn't have "INSERT INTO" at all, only "INSERT { GRAPH" and "WITH <graph> INSERT": http://www.w3.org/TR/sparql11-update/#deleteInsert

So I guess INSERT INTO is "non-standard" rather than "deprecated."
Comment 3 Sam Thursfield 2021-05-26 22:23:53 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new enhancement request ticket at
  https://gitlab.gnome.org/GNOME/tracker/-/issues/

Thank you for your understanding and your help.