Sorted string columns are sorted in a case sensitive way
--------------------------------------------------------

         Key: DERBY-134
         URL: http://issues.apache.org/jira/browse/DERBY-134
     Project: Derby
        Type: Improvement
  Components: JDBC  
 Environment: Windows (XP & 2000)
    Reporter: Navin Melville


Sorted string columns are sorted in a case sensitive way. In other databases we 
achieve case insensitive search by calling the lower() function in order by. 
However, in Derby lower function cannot be called on parameters specified in 
order by. You can do select lower(name) � but not order by lower(name).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to