Merge pull request #220 from brianjlowe/issue/VIVO-1974

Add usePreciseSubqueries property to example.runtime.properties.  Hav…
This commit is contained in:
Ben 2021-05-05 10:36:54 -06:00 committed by GitHub
commit bbead68e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -95,6 +95,10 @@ public class RDFServiceTDB extends RDFServiceJena {
}
}
@Override
public boolean preferPreciseOptionals() {
return true;
}
@Override
public void close() {