Michael Bayer wrote: > you can stick order_by into the ManyToMany, OneToMany, etc....none of it > should be processed until the tables exist in the MetaData and are > therefore locatable via string....
Huh. Okay, then. The SQLAlchemy documentation all shows order_by containing references -- along the lines of order_by = [ table_foo.c.bar ]. If order_by = [ "foo.bar" ] works too, then that makes most of what I was thinking I'd have to do moot. _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users