Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ public Object evaluateLeft(final Result currentRecord, final CommandContext cont
}

protected static Object executeQuery(final SelectStatement rightStatement, final CommandContext context) {
final BasicCommandContext subcontext = new BasicCommandContext();
subcontext.setParentWithoutOverridingChild(context);
final ResultSet result = rightStatement.execute(context.getDatabase(), context.getInputParameters());
return result.stream().collect(Collectors.toSet());
}
Expand Down