]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
further work on insuring clear_mappers() really works. assignmapper identified
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Jan 2007 01:01:22 +0000 (01:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Jan 2007 01:01:22 +0000 (01:01 +0000)
commitd8204ea92abe4b74d99549b89260c616f82e9dc5
tree1b74ed61aaed34c43708771b0832c6da6a705dd2
parent6f7af7017449fd869594bd06b149061e54d21f08
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.
lib/sqlalchemy/ext/assignmapper.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/util.py
test/orm/alltests.py
test/orm/memusage.py [new file with mode: 0644]