p.enthalabs

Show HN: QueryDrift fail CI when a PR turns 1 query into N

github.com · Read Story HN original

Comments

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?