Skip to content

v1.7.18

Choose a tag to compare

@haggaiwambua haggaiwambua released this 21 May 22:50
· 62 commits to master since this release
Immutable release. Only release title and notes can be modified.
4283c1c

Fixed

  • ChunkMissingAnalyzer no longer false-positives on DB::query()->fromSub(...) derived-table queries — fromSub, joinSub, leftJoinSub, and rightJoinSub in the method chain now exempt the call; result bounds are encoded in the subquery structure, not a terminal method like limit(); plain DB::table()->get() continues to be flagged
  • ChunkMissingAnalyzer no longer false-positives on queries that pass DB::raw() inside select([...]) — a correlated subquery in the select list signals explicit, bounded SQL that does not need chunking