Show HN: QueryDrift fail CI when a PR turns 1 query into N 3 points · 1 visible top comment · 2026-07-01 14:50:13 UTC github.com · Read Story HN original
sanket-thakkar · 2026-07-01 20:01:40 UTC Nice — CI-gating query regressions is underrated. I've worked on static detection of SELECT * / string-concat SQL and the hard part is dynamic queries: how do you handle queries built at runtime vs the ones you can see statically?
Comments