Ignore:
Timestamp:
07/29/10 21:06:18 (19 months ago)
Author:
eddieballisty
Message:

Oracle 'order by lower(X)' shouldn't be used for orderno

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/www/requirements/mura/content/contentGateway.cfc

    r2586 r2588  
    456456                                  order by  
    457457                                         
    458                                         <cfif dbType neq "oracle"> 
     458                                        <cfif dbType neq "oracle" or arguments.sortBy eq "orderno"> 
    459459                                                <cfswitch expression="#arguments.sortBy#"> 
    460460                                                        <cfcase value="menutitle,title,lastupdate,releasedate,orderno,displayStart,created,credits,type,subtype"> 
     
    882882                                qExtendedSort.extendedSort #arguments.sortDirection#     
    883883                                <cfelse> 
    884                                         <cfif dbType neq "oracle"> 
     884                                        <cfif dbType neq "oracle" or arguments.sortBy eq "orderno"> 
    885885                                                tcontent.#arguments.sortBy# #arguments.sortDirection# 
    886886                                        <cfelse> 
Note: See TracChangeset for help on using the changeset viewer.