Skip to content
Snippets Groups Projects
Verified Commit d0f5981a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-fsm' into f-fsm-v0.2

parents da40f724 b1f92ba4
No related branches found
No related tags found
3 merge requests!21Release v0.4.0,!7F fsm,!6Draft: F acm permissions2
......@@ -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