On Wednesday, June 26, 2019 at 4:01:31 PM UTC-4, Michael P. McDonnell wrote:
>
> Awesome, thank you Jonathan. 
>
> I know I've read that at least 3-4 times, but I think I've been staring at 
> the screen too much these days to actually read. I'll give it a go and let 
> you know how it goes!
>


SqlAlchemy doesn't fetch the relationship by default.  You have to 
configure it to via 'lazy'; and tell it to fetch more things via dynamic 
loading options on the query.  

Staring at the docs a while is a good thing.  Very shortly it will make 
sense --  i promise!  And if you do things wrong, post your example here 
and we'll all help you figure it out.


-- 
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.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/8119016f-095d-49e2-8d8f-971d726ef6ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to