On Tue, Dec 1, 2009 at 12:17 PM, Marcus Wolschon <[email protected]> wrote: > How is that a problem for MySQL? > "h" and "H" have different binary representations and are > thus different keys, are they now?
By default MySQL treats all comparisons on varchars as case insensitive. The alternative is to use varchar binary to treat comparisons as case sensitive, but this has the side-effect of sorting based on binary value. _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev

