Ability to use "order by projection"
Description
Environment
None
Attachments
2
Activity
Show:
Tuna Toksoz July 21, 2008 at 12:26 PM
This bug fixes the issue that the previous one has
Tuna Toksoz July 19, 2008 at 11:56 PM
The patch is invalid. Please wait and I'll send one more(nh1394.patch)
Tuna Toksoz July 19, 2008 at 3:17 PM
This solves the projection in order by issue. One can use subquery projection in orderby clause.
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Tuna Toksoz
Tuna ToksozComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created July 19, 2008 at 10:53 AM
Updated July 24, 2008 at 10:12 PM
Resolved July 24, 2008 at 10:12 PM
Who's Looking?
It would be good if we could order by a projection such as
order by e.UnitPrice*e.Quantity
This is trivial, the only thing necessary is a constructor added to Order class and return SqlString accordingly.
A patch is in progress for that.