Connecting to the live runnerβ¦
A Python CLI that finds the data where two SQL queries disagree, then saves a witness you can replay.
- Python
- DuckDB
- SQLGlot
- SQL
- Bash
Inside the file
- The problem
- A SQL rewrite can look harmless and still change the result. A concrete counterexample makes that difference easier to inspect.
- What I built
- A command-line search that generates valid data, compares both queries, and removes rows while keeping the difference. It exports the data, queries, and results for replay.