Skip to content
Snippets Groups Projects

Draft: F acm permissions2

Closed Timm Fitschen requested to merge f-acm-permissions2 into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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 =
Loading