summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-01-30 01:01:22 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-01-30 01:01:22 +0000
commitd8204ea92abe4b74d99549b89260c616f82e9dc5 (patch)
tree1b74ed61aaed34c43708771b0832c6da6a705dd2 /lib/sqlalchemy/ext
parent6f7af7017449fd869594bd06b149061e54d21f08 (diff)
downloadsqlalchemy-d8204ea92abe4b74d99549b89260c616f82e9dc5.tar.gz
further work on insuring clear_mappers() really works. assignmapper identified
as a much trickier thing to clean out. added a unit test so that if any new collections get introduced we are still testing.
Diffstat (limited to 'lib/sqlalchemy/ext')
-rw-r--r--lib/sqlalchemy/ext/assignmapper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/ext/assignmapper.py b/lib/sqlalchemy/ext/assignmapper.py
index 89cf962e7..b76f29943 100644
--- a/lib/sqlalchemy/ext/assignmapper.py
+++ b/lib/sqlalchemy/ext/assignmapper.py
@@ -39,3 +39,4 @@ def assign_mapper(ctx, class_, *args, **kwargs):
for name in ['flush', 'delete', 'expire', 'refresh', 'expunge', 'merge', 'save', 'update', 'save_or_update']:
monkeypatch_objectstore_method(ctx, class_, name)
return m
+