[11:51]<hannes_> #ohioTexas [17:36]<anton__> hello! is there someone in here with profound helma ORM skills? [17:37]<zumbrunn> I definitely wouldn't make that claim [17:37]<anton__> hehe. but maybe you have a clue or something. [17:38]<zumbrunn> I wouldn't even make that claim [17:38]<anton__> i have the following object: there is a event, the event has 1..n entries and every entry has 1..n changes [17:38]<anton__> the changes have a datetime property [17:39]<anton__> now i want a collection of events sorted by the datetime of the changes [17:43]<anton__> i came up with this rather hackish mapping: http://helma.pastebin.com/m78ff06a0 [17:43]<anton__> hach. i think i have to do this in a complete other way... maybe direct sql.. [17:44]<anton__> nethertheless, thanks for listening ;) [17:44]<zumbrunn> what you have there doesn't work? [17:45]<zumbrunn> before giving up I would definitely take this to the helma-user mailing list [17:46]<anton__> because i have the hints (which are inserted right after the SELECT in the sql statement) i do not get real hopobject back. i just get object of the form: {groupname: "516"} [17:46]<anton__> so it seams if i group this in a certain way then the result is messed up. [17:47]<anton__> but i will post it to the helma user mailing list.