Skip to content

Commit

Permalink
Merge 9e346ac into 70e8120
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbiveesh committed Dec 10, 2019
2 parents 70e8120 + 9e346ac commit fc69bc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/DBIx/Class/Helper/ResultSet/Shortcut/ResultsExist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ sub results_exist_as_query {
sub results_exist {
my $self = shift;

my $query = $self->results_exist_as_query;
$$query->[0] .= 'as _existence_subq';

my( undef, $sth ) = $self->result_source
->schema
->storage
Expand Down

0 comments on commit fc69bc4

Please sign in to comment.