[ 
https://issues.apache.org/jira/browse/TORQUE-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fox resolved TORQUE-172.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

done, see e.g. Criteria.addAscendingOrderByColumn(ColumnImpl, boolean)
                
> 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, 3.3.1
>            Reporter: Thomas Fox
>             Fix For: 4.0
>
>
> 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