Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-172

Order by for varchar columns is always case insensitive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3, 3.3.1
    • 4.0-beta1
    • Runtime
    • None

    Description

      An order by for Varchar columns is alwasy case insensitive, even if the database would normally do case sensitive ordering.
      E.G. for oracle, the generated code is
      ORDER BY UPPER(column)

      The user should be able to choose ehether ordering is case insensitive or not.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: