rgSQL: A test suite to help you build your own database engine
18 points by Zetter
18 points by Zetter
This is a really neat idea. While over 200 tests sounds like a lot, there’s still a lot of low hanging fruit here. Especially if you start testing against the sql spec.
Yes, and from going through the project myself I found that a lot of the time might will make multiple tests pass at once without trying to. For example, a test might just combine ideas from previous tests in a new way.