While working on #97 I noticed that after updating the database to transform text dates into actual dates, the output from one of the queries was in a different order, resulting in unit test failing.
Explicitly sorting queries is a good practice, and this is one of the reasons.
While working on #97 I noticed that after updating the database to transform text dates into actual dates, the output from one of the queries was in a different order, resulting in unit test failing.
Explicitly sorting queries is a good practice, and this is one of the reasons.