Skip to content

Commit

Permalink
handle the case virtuoso insert data bug
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 1, 2024
1 parent f3719e7 commit d4f384b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/ontoportal-lirmm/sparql-client.git
revision: 04e904dbef4037e08e748574ab0f56d4f560a512
revision: c96da3ad479724a31ccd6217ab9939dddfaca40e
branch: feature/reset-to-upstream
specs:
sparql-client (3.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/goo/base/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def save(*opts)
batch_file.write(lines.join(""))
batch_file.flush()
else
Goo.sparql_update_client.insert_data(graph_insert, graph: graph)
Goo.sparql_update_client.insert_data(graph_insert, graph: graph, use_insert_data: !Goo.backend_vo?)
end
rescue Exception => e
raise e
Expand Down

0 comments on commit d4f384b

Please sign in to comment.