[
https://issues.apache.org/jira/browse/DERBY-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ddan updated DERBY-134:
-----------------------
Attachment: lesb3w.html
fawaw
> Sorted string columns are sorted in a case sensitive way
> --------------------------------------------------------
>
> Key: DERBY-134
> URL: https://issues.apache.org/jira/browse/DERBY-134
> Project: Derby
> Issue Type: Improvement
> Components: JDBC
> Environment: Windows (XP & 2000)
> Reporter: Navin Melville
> Assigned To: Tomohito Nakayama
> Fix For: 10.1.1.0
>
> Attachments: DERBY-134.20050328_2.patch, lesb3w.html
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.