On Fri, May 31, 2013 at 4:47 PM, Claudio Freire <klaussfre...@gmail.com>wrote:

>
> On Fri, May 31, 2013 at 4:44 PM, Michael Bayer 
> <mike...@zzzcomputing.com>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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Attachment: test_baked.py
Description: Binary data

Reply via email to