]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
objectstore refactored to have more flexible scopes for UnitOfWork
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Feb 2006 23:46:42 +0000 (23:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Feb 2006 23:46:42 +0000 (23:46 +0000)
commitf0e694000cceb34f536706f1096b4d9e4e9840ce
tree262586b831e45a07743595519aaba6af71293c61
parentf45ba2fa4d74a8faf57b11cc41c0e3b3348553e2
objectstore refactored to have more flexible scopes for UnitOfWork
central access point is now a Session object which maintains different
kinds of scopes for collections of one or more UnitOfWork objects
individual object instances get bound to a specific Session
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/util.py