This post originated from an RSS feed registered with Perl Buzz
by Chris Winters.
Original Post: Peek-a-boo logic in MySQL
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/raw/cwinters_perl.rdf
Feed Description: Chris Winters on Perl, programming and technology
MySQL Gotchas - I don't use MySQL anymore mostly because PostgreSQL (installing it, admin tasks, etc.) does everything I need at the speed I need. I'm very surprised by all the cases in MySQL where, if you're going against some specification (like trying to insert an overflowing 99999999999999 into a INT column) it silently tries to massage what you're doing into something that works. The silently part is what kills me -- not something you'd expect from your database.