Live data from Hacker News

Why infrastructure engineers prefer MySQL

mikecoutermarsh.com

11–13 of 13 posts

Re: Why infrastructure engineers prefer MySQL

#12
post #3

> Infrastructure engineers generally care most about [...] never, ever, losing data. Does MySQL still silently truncate varchar columns when the inserted text is too long?

Long time ago I was debugging an application and realised MySQL would let me put anything in a column that was supposed to be numeric. It didn't even check the length constraint.
Post reply on HN