I just found three bugs in SQLite!

SQLite is the most widely used and arguably the most rigorously tested database in the world.

Today, the developers confirmed that valid queries that I created for the Rosella Model project exposed not one, not two, but three bugs hiding in the code.

I really can’t remember the last time a single query found 2 bugs, let alone 3. Quote source

Reflecting on the spirit of my work, one of the developers said

For years, I’ve been giving talks that encourage developers to embrace the power of the SQL query language – to move beyond simple SELECT and INSERT statements mixed with a pile of procedural code and instead write complex queries that give the answer directly. I often use some of the queries generated by Fossil as examples, pointing out how a few lines (or a few dozen lines) of SQL can replace thousands and thousands of lines of procedural code. Doing so reduces the number of bugs (which are roughly proportional to the number of lines of code) and also often result in faster solutions as well. But you, sir, have taken this idea to a whole new level. Quote source

I’m happy to claim bragging rights!