Skip to content

Commit

Permalink
Merge 18f5b74 into 7bed2f6
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Feb 24, 2021
2 parents 7bed2f6 + 18f5b74 commit eac1b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SQL/Abstract/Plugin/ExtraClauses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sub _expand_select {
return $exp unless my $setop = (my $sel = $exp->{-select})->{setop};
if (my @keys = grep $sel->{$_}, @$before_setop) {
my %inner; @inner{@keys} = delete @{$sel}{@keys};
unshift @{(values(%$setop))[0]{queries}},
unshift @{(values(%$setop))[0]->{queries}},
{ -select => \%inner };
}
return $exp;
Expand Down

0 comments on commit eac1b70

Please sign in to comment.