Skip to content
Snippets Groups Projects
Unverified Commit a6e218cd authored by Daniel's avatar Daniel
Browse files

FIX: Re-added reference-property filtering.

For issue #110
parent fa744608
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,7 @@ public class Backreference implements EntityFilterInterface, QueryInterface {
this.statistics.put(
"subPropertySourceSetCount", Utils.countTable(query.getConnection(), this.sourceSet));
this.targetSet = null;
getSubProperty().getFilter().apply(this);
final long t3 = System.currentTimeMillis();
try (final PreparedStatement callFinishSubProperty =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment