Skip to content
Success

Changes

Summary

  1. Log full query in case RDF4J throws MalformedQueryException to help with diagnosing the problem. (commit: 57c12eb) (details)
  2. [Bug #165] Add test reproducing the issue. (commit: f1b912c) (details)
  3. [Bug #165] Fix the issue by allowing SELECT queries without WHERE keyword. (commit: ca58cef) (details)
  4. [Task #159] Add .editorconfig with common formatting configuration (mainly for IntelliJ IDEA). (commit: 4362560) (details)
Commit 57c12eb99f7592c4aa653b5b51b3f7e80df0555b by Martin Ledvinka
Log full query in case RDF4J throws MalformedQueryException to help with diagnosing the problem.
(commit: 57c12eb)
The file was modified ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/query/Rdf4jStatement.java (diff)
Commit f1b912c30dc1669b3e50fd323ffd2572d8a8b790 by Martin Ledvinka
[Bug #165] Add test reproducing the issue.
(commit: f1b912c)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryParserTest.java (diff)
Commit ca58cef5c1ce6daa65908465028265c3a5118797 by Martin Ledvinka
[Bug #165] Fix the issue by allowing SELECT queries without WHERE keyword.
(commit: ca58cef)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryParser.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/QueryParameter.java (diff)
Commit 43625602d79e8c1bcbcd32a9dbbbfec90683b191 by Martin Ledvinka
[Task #159] Add .editorconfig with common formatting configuration (mainly for IntelliJ IDEA).
(commit: 4362560)
The file was added.editorconfig