mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-02 22:10:15 -04:00
This commit is contained in:
@@ -59,6 +59,7 @@ class SaveTest(AssertMixin):
|
||||
|
||||
# assert the first one retreives the same from the identity map
|
||||
nu = m.get(u.user_id)
|
||||
print "U: " + repr(u) + "NU: " + repr(nu)
|
||||
self.assert_(u is nu)
|
||||
|
||||
# clear out the identity map, so next get forces a SELECT
|
||||
|
||||
Reference in New Issue
Block a user