]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
activemapper will use threadlocal mod's objectstore if its installed
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jul 2006 21:53:49 +0000 (21:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jul 2006 21:53:49 +0000 (21:53 +0000)
commit2dfdf70660d747f02e628f8a5263d03820a50f35
tree7a9ba273e64aa7e489ae5082fdee061fe340256d
parent55edd4ce95a0bd2f92482474b866debb3a29b3cf
activemapper will use threadlocal mod's objectstore if its installed
both objectstores no longer subclass SessionContext, get at it via .context attribute instead
CHANGES
lib/sqlalchemy/ext/activemapper.py
lib/sqlalchemy/mods/threadlocal.py