On Oct 28, 2011, at 9:26 AM, Daniel Nouri wrote:

> The "_get_from_identity" method of "sqlalchemy.orm.query.Query" starts
> like this:
> 
>    @classmethod
>    def _get_from_identity(cls, session, key, passive):
>        instance = session.identity_map.get(key)
>        if instance:
>            # ...

UGH that's a bug, we have so much coverage for this case already I can't 
believe another one sneaked in.      Hopefully this will be fixed today its 
ticket 2310.


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to