Show
Ignore:
Timestamp:
06/04/08 01:21:49 (18 months ago)
Author:
fumiakiy
Message:

Modernized how sort argument is specified in group_by query. BugId:79977. The legacy way of specifying it is still allowed but discouraged.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/lib/MT/Object.pm

    r2483 r2500  
    17811781 
    17821782    sort => [ 
    1783         { column => "column_1", desc => "descend" }, 
     1783        { column => "column_1", desc => "DESC" }, 
    17841784        { column => "column_2", }   # default direction is 'ascend' 
    17851785    ]