Re: [sqlalchemy] Perfoming join on multiple tables dynamically

2017-03-06 Thread Simon King
On Mon, Mar 6, 2017 at 1:28 AM, Vijaya Sekar wrote: > Hello everyone, > > I have parent table which holds the primary keys of several child tables.The > child table are got as a list . Using SQLalchemy ORM, how can I join > multiple child tables to this parent? > Can

[sqlalchemy] Perfoming join on multiple tables dynamically

2017-03-05 Thread Vijaya Sekar
Hello everyone, I have parent table which holds the primary keys of several child tables.The child table are got as a list . Using SQLalchemy ORM, how can I join multiple child tables to this parent? -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper