Comment 1 for bug 1305950

Revision history for this message
Juan Antonio Osorio Robles (juan-osorio-robles) wrote :

In my opinion, I think we should either try to handle the case insensitivity or very explicitly say that we don't. Users will most likely stumble upon these things and it's better to have some sort of answer. A solution could be to then specify that case sensitivity is supported for some specified platforms.

In MySQL the following approach could be used: http://stackoverflow.com/a/11067627