Skip to content

Commit

Permalink
made query parsing more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
langens-jonathan committed Sep 12, 2016
1 parent 8dd2b50 commit d4cf104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ public ResponseEntity<String> preProcessQuery(HttpServletRequest request, HttpSe
}
SPARQLQuery parsedQuery = new SPARQLQuery(queryString);

System.out.println("[*] PARSED QUERY:\n" + parsedQuery.toString());

if(parsedQuery.getType().equals(SPARQLQuery.Type.UPDATE)) {
/*DifferenceTriples diff = this.queryService.getDifferenceTriples(parsedQuery);
Expand Down
Binary file modified target/SCOPES-ENDPOINT-1.0-SNAPSHOT.war
Binary file not shown.

0 comments on commit d4cf104

Please sign in to comment.