Order by for varchar columns is always case insensitive
-------------------------------------------------------

                 Key: TORQUE-172
                 URL: https://issues.apache.org/jira/browse/TORQUE-172
             Project: Torque
          Issue Type: Bug
          Components: Runtime
    Affects Versions: 3.3.1, 3.3
            Reporter: Thomas Fox


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to