On 10/8/15 12:47 PM, Chris Withers wrote:
> Hi All,
>
> Reading
> http://docs.sqlalchemy.org/en/rel_1_0/orm/internals.html?highlight=identitymap#sqlalchemy.orm.state.InstanceState.identity
> I can understand why a new object not in a session won't have an
> identity.
>
> However, that had me wondering, when a new object is added to the
> session, how does sqlalchemy know where in the identity map to put it?
the object is in the "pending" state and is not yet in the identity map.



>
> cheers,
>
> Chris
>

-- 
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