Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was recently having a discussion with someone in which they kept insisting that I had to allow for certain exceptions due to the existence or use of MySQL traditional mode. In my experience, I have never come up against MySQL traditional mode and wonder how common it is. Anybody render an estimate based on your experience?

share|improve this question
Personally I would recommend using traditional mode, since it removes gotchas like truncating content that is too long, etc. Better to get an error message than have malformed/truncated content in the DB and not even know it has happened. – Hammerite Jul 24 '10 at 9:45

closed as not constructive by Wooble, Will Aug 19 '11 at 15:52

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.