Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-134

Sorted string columns are sorted in a case sensitive way

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 10.1.1.0
    • JDBC
    • None
    • Windows (XP & 2000)

    Description

      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).

      Attachments

        1. lesb3w.html
          0.0 kB
          davai
        2. DERBY-134.20050328_2.patch
          29 kB
          Tomohito Nakayama

        Activity

          People

            tmnk Tomohito Nakayama
            nmelville Navin Melville
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: