You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find an immediate cause for this issue. However, I have a solution in sight that will enhance the robustness of the query editor. We should implement a validation check when submitting a new or edited query to prevent submission if the query is faulty.
The SPARQL query validation check is requested in #143.
Let's not use it to avoid the current issue.
We can use the current observation to understand why the displayed result table is out of sync, something that also happens randomly in other circumstances, where we see an old result that subsequently is updated with a new result.
Example SPARQL query used in the correct custom query:
Example erroneous SPARQL query used in the update (mind the
?o2
):The updated result view shows an error at the bottom indeed, but the previous result table is still visible:
The text was updated successfully, but these errors were encountered: