.BasicRowProcessor.CaseInsensitiveHashMap uses default Locale for toLowerCase
-----------------------------------------------------------------------------

                 Key: DBUTILS-73
                 URL: https://issues.apache.org/jira/browse/DBUTILS-73
             Project: Commons DbUtils
          Issue Type: Bug
            Reporter: Sebb


.BasicRowProcessor.CaseInsensitiveHashMap uses default Locale for toLowerCase() 
method call.

This won't necessarily work properly on all Locales in particular, Turkish 
downcases "I" (normal capital I) to dotless small i (u0131)

It would be better to choose a fixed Locale, e.g. Locale.ENGLISH

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to