Ability to specify order_by for relations

Issue #21 resolved
Former user created an issue

(original reporter: rtl) Currently the child rows in a parent-child relationship defined using mapper are returned in oid order (in postgres at least). It would be very useful to be able to specify the sort column using the order_by keyword arg when the relation is defined.

Comments (1)

  1. Log in to comment