Re: [sqlalchemy] style question: correct practice for creating relationship ?

2017-11-29 Thread Jonathan Vanasco
thanks, michael. i'll look into that! -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. ---

Re: [sqlalchemy] style question: correct practice for creating relationship ?

2017-11-29 Thread Mike Bayer
On Wed, Nov 29, 2017 at 3:32 PM, Jonathan Vanasco wrote: > I have a potential relationship between Foo and Bar that is defined as > follows, and has usually been read-only from legacy data. > > All the code works, I just want to make sure I'm handling this case in a > clear