SQL is a standard. Just because MySQL can be configured not to follow it, I don't think every such case should be handled.
It would be possible to have a check for this (maybe in the setup tool) that kindly informs the user about the detected problem.
In your case, you could setup a MySQL Proxy on your machine that converts all incoming SQL to lowercase(or uppercase) before it's executed against you MySQL Server on linux. The lua script to do that would be trivial.
/ Magnus
It would be possible to have a check for this (maybe in the setup tool) that kindly informs the user about the detected problem.
In your case, you could setup a MySQL Proxy on your machine that converts all incoming SQL to lowercase(or uppercase) before it's executed against you MySQL Server on linux. The lua script to do that would be trivial.
/ Magnus