]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
latest reorgnanization of the objectstore, the Session is a simpler object that just...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Feb 2006 00:30:30 +0000 (00:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Feb 2006 00:30:30 +0000 (00:30 +0000)
commit791e2f7f7da88bd13a1002540755f920e6703711
treed4adbf5923feb0b776705006d257956c274a0f27
parent8a3c00bc5a705132f8c03263e330acbf373a73bf
latest reorgnanization of the objectstore, the Session is a simpler object that just maintains begin/commit state
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/util.py
test/objectstore.py
test/tables.py