Here I use eval to filter the result so that the where condition holds. This approach can be prone to SQL injection (literally), but I think it's fine for the sake of this kata. I might refactor it at some point in the future..
Loading collection data...
Here I use eval to filter the result so that the where condition holds. This approach can be prone to SQL injection (literally), but I think it's fine for the sake of this kata. I might refactor it at some point in the future..