© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tuncay Üner
Software Craftsman
I've made a typo on a join clause of very long SQL query, ended up with sending 118 emails to wrong clients.
My mistake was:
... join user on application.id = user.id
Instead of:
... join user on application.user_id = user.id
Big facepalm.