I'm seeing a keyerror in mapper.py where it does: instance = session_identity_map[identitykey]
The strange this is, I see the code doing a check to make sure identitykey is in the session_identity_map. This is a table that's not being updated and it pretty much static. Could another thread be removing the key? Any help would be greatly appreciated. Jason -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
