Re: [sqlalchemy] Re: join relationship

2018-02-04 Thread sum abiut
Thanks for pointing me to the resource. will check that out. On Fri, Feb 2, 2018 at 7:36 AM, Jonathan Vanasco wrote: > at the very least, you are not using a "join" on the tables. > > i suggest first going through the tutorial again, and paying attention to > the section

[sqlalchemy] Re: join relationship

2018-02-01 Thread Jonathan Vanasco
at the very least, you are not using a "join" on the tables. i suggest first going through the tutorial again, and paying attention to the section on "join". http://docs.sqlalchemy.org/en/latest/core/tutorial.html#using-joins -- SQLAlchemy - The Python SQL Toolkit and Object Relational