Deepak Mahto diagnoses a tricky difference in behavior:
You migrate a perfectly stable Oracle application to PostgreSQL.
- The SQL runs
- The tests pass
- The syntax looks correct
- Nothing crashes
And yet… the numbers or query calculations are wrong.
Not obviously wrong. Not broken. Just different.
Those are the worst bugs the ones that quietly ship to production. This is a story about one such bug, hiding behind familiar operators, clean-looking conversions, and false confidence.
Read on for the story.
Leave a Comment