I've found some rather unexpected behavior when using 
joinedload(...).load_only

https://bpaste.net/show/57322148e56f

The ex.description attribute is loaded on the first result, but not on the 
second, even though all the data is part of the result.
It looks like the data is discarded when the joinedload is processed.

What is the expected behavior here?

Thanks,
Marcus

(Thanks to agronholm on IRC for taking an initial look at this)

-- 
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 http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to