Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
Originally Posted by colbyt
And since I did about the same thing last month, allow me to add that Myfield and myfield are not the same either.
And I knew better. 
|
It's even worse than that.
Mysql using files for the table storage, and the convention being that the table name IS the file name, the tables names follow the OS case sensitivity.
Meaning that the tables names are case sensitive on unixes/bsd boxes, but case insensitive on windows.
And what is true for the tables is true for the field, in my memory.
The fields are case insensitive on windows, but case sensitive on linux.
I found out the hard way (ie, rewriting case sensitive query from a dev that did everything on windows when installing on a linux server)
__________________
Only a biker knows why a dog sticks his head out the window.
|