6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14782] support sort option for RDO objects
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. ..__.. . __ [__ |_/ | ||\/|/ ` | | \|__|| |\__.
Comment
> Horde RDO permits to define relationships over different db tables > and makes access easy. With a ONE:MANY relationship between data > types A and B, accessing a B from a given A is as easy as A->B[i]. > > In some cases it is desirable to have the returned multitude of B > objects in a predetermined order. For instance, elements B might each > have an element x and A->B could return the collection of elements B > sorted by x in descending order: > > A->B[0]->x > A->B[1]->x > A->B[2]->x ... > > Ralf Lang suggested in the dev mailinglist that this could be > implemented through the mapper or in the Rdo_Query object. He details > that eager relations are implemented as joins while lazy relations > are essentially an automated way to implement the above. So the > requested feature would require two implementations. > > It seems to me that in both variants the sorting should be done on > the DB side to avoid unnecessary overhead.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers