I would like to be able to do something like this ... 

>>>  test = session.query(T1, T2).first()
>>>  test

( 't1':  <T1 object>,  't2':  <T2 object>)

I've been looking in the documentation for a way to accomplish this or 
something similar, but haven't been able to find anything. 

Thanks so much for taking a look at my question!


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/714a9c87-6226-4a12-ac4b-1459d2b0f01b%40googlegroups.com.

Reply via email to