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

3 pointsposted 6 hours ago
by S3RBVN

1 Comments

sanket-thakkar

20 minutes ago

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?