in reply to Re: DBIx::Class - Count with prefetch creates nested query
in thread DBIx::Class - Count with prefetch creates nested query

Thank you for your reply. In the end I will check in the code if prefetch is needed - if yes then use it - if not, just go without prefetching.

Interesting to note is that when I switch "prefetch" with "join" it does the LEFT JOIN in all cases

  • Comment on Re^2: DBIx::Class - Count with prefetch creates nested query