On Fri, May 31, 2013 at 4:47 PM, Claudio Freire <[email protected]>wrote:

>
> On Fri, May 31, 2013 at 4:44 PM, Michael Bayer 
> <[email protected]>wrote:
>
>> can you just attach a working .py script
>
>
>
> How does that work without a database?
>
>
Ok, I took one of SQLA's tests, and make it break ;)

Notice the problem here is that I close the session after querying.

Since the baked query has a joinedload, it shouldn't matter, but it does,
because when baking, eager loads are broken somehow.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Attachment: test_baked.py
Description: Binary data

Reply via email to