I Hate MySQL
An interesting discovery: TEXT columns in MySQL will only hold 65,000 bytes.
The problem is that when you hit this limit, MySQL will just silently corrupt your data, instead of throwing an exception, like it should be.
I got this problem when I tried to edit Rhino Mocks' documentation, and the size of it was just over 64Kb. I wasted quite a bit of time over this, thinking that maybe the limitation was in ASP.Net, Cuyahoga, NHibernate, etc.
Ugly, Ugly, Ugly.
I know that a lot of people have complained about MySQL liberalalism when saving saving data, but I just can't believe that they are doing this. What is the point in putting the burden of validation on the developer? That is what database are for!!
Comments
Comment preview