Add usePreciseSubqueries property to example.runtime.properties. Have RDFServiceTDB report a preference for precise optionals as does SDB.
This commit is contained in:
parent
193b38159a
commit
ff8ba8adcc
2 changed files with 16 additions and 0 deletions
|
@ -93,6 +93,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