[sqlalchemy] Joining Algorithmically

2013-02-26 Thread Arkilic, Arman
Hi, I have four tables that I would like to join algorithmically. Element with element_prop, elementprop with element_typeprop in one direction and element with element_type in the other. I would like to do this in one line as I am concerned about the number queries must be minimal given I am

Re: [sqlalchemy] Joining Algorithmically

2013-02-26 Thread Michael Bayer
On Feb 26, 2013, at 5:15 PM, Arkilic, Arman arki...@bnl.gov wrote: Hi, I have four tables that I would like to join algorithmically. Element with element_prop, elementprop with element_typeprop in one direction and element with element_type in the other. I would like to do this in one line