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() {

View file

@ -70,6 +70,18 @@ VitroConnection.DataSource.dbtype = MySQL
VitroConnection.DataSource.driver = com.mysql.jdbc.Driver
VitroConnection.DataSource.validationQuery = SELECT 1
#
# Include sections between <precise-subquery></precise-subquery>
# tags when executing 'list view' queries that retrieve data
# for property lists on profile pages.
#
# Including these optional sections does not change the query
# semantics, but may improve performance.
#
# Default is true if not set.
#
# listview.usePreciseSubquery = true
#
# The email address of the root user for the VIVO application. The password
# for this user is initially set to "rootPassword", but you will be asked to