Quickly Testing A Refactored SQL Query for Equivalence
A common problem I have worked on in my career has been to troubleshoot and improve slow, complex SQL queries. Usually these are part of codebases with few or no tests. If there are tests, they usually are testing some other part of the code and assume that the query is correct. It is rare to see tests that prove the columns being selected are […]
Quickly Testing A Refactored SQL Query for Equivalence Continue Reading »