Merge pull request #220 from brianjlowe/issue/VIVO-1974
Add usePreciseSubqueries property to example.runtime.properties. Hav…
This commit is contained in:
commit
bbead68e88
2 changed files with 16 additions and 0 deletions
|
@ -95,6 +95,10 @@ public class RDFServiceTDB extends RDFServiceJena {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean preferPreciseOptionals() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue