forked from D-Net/dnet-hadoop
minor
This commit is contained in:
parent
adc11c97a7
commit
c4987dd12a
|
@ -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 " +
|
||||||
|
|
Loading…
Reference in New Issue