master #11

Manually merged
claudio.atzori merged 275 commits from :master into enrichment_wfs 2020-05-11 15:14:56 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c4987dd12a - Show all commits

View File

@ -107,7 +107,7 @@ public class PrepareDatasourceCountryAssociation {
getConstraintList("datasourcetype.classid = '", allowedtypes) + ") d " + getConstraintList("datasourcetype.classid = '", allowedtypes) + ") d " +
"JOIN ( SELECT source, target " + "JOIN ( SELECT source, target " +
" FROM relation " + " FROM relation " +
" WHERE relclass = 'provides' " + " WHERE relclass = '" + RELATION_DATASOURCE_ORGANIZATION_REL_CLASS + "' " +
" AND datainfo.deletedbyinference = false ) rel " + " AND datainfo.deletedbyinference = false ) rel " +
"ON d.id = rel.source " + "ON d.id = rel.source " +
"JOIN (SELECT id, country " + "JOIN (SELECT id, country " +