(no title)
tdavis
|
13 years ago
As much as anything else, this is another great example of MySQL letting you shoot yourself in the face by default. I also love that you can save "y" to an integer field without complaint. It seems obvious that accurate data validation and comparison would be the cornerstone of a successful relational database, yet MySQL defaults fail to provide any domain-relevant value whatsoever.
ars|13 years ago
And no, you can not save 'y' to an integer field, so your rant is misplaced.
mbrubeck|13 years ago