Skip to content
Success

Changes

Summary

  1. [Bug #246] Support plural query parameter values translated to SPARQL VALUES. (commit: 0379f20) (details)
  2. [Bug #246] Add integration test for support of plural SPARQL VALUES. (commit: 0fedf4b) (details)
Commit 0379f206c4ad7bf8d38fb928c5b4a1ff4a8175c4 by Martin Ledvinka
[Bug #246] Support plural query parameter values translated to SPARQL VALUES.
(commit: 0379f20)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/parameter/CollectionParameterValueTest.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/sparql/NamedParameterSparqlQueryHolderTest.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryHolder.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryHolderTest.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/sparql/SparqlConstants.java (diff)
The file was addedjopa-impl/src/test/java/cz/cvut/kbss/jopa/query/parameter/ParameterValueTest.java
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/ParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/CollectionParameterValue.java (diff)
Commit 0fedf4b9aa3a074efc6db07ed677dae5f3ee220d by Martin Ledvinka
[Bug #246] Add integration test for support of plural SPARQL VALUES.
(commit: 0fedf4b)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/QueryRunner.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java (diff)