]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- scoped_session emits a warning when configure() is
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Sep 2010 13:33:30 +0000 (09:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Sep 2010 13:33:30 +0000 (09:33 -0400)
commit634d54742523883316bd7768c8d2918e8410aa62
treef48d467bd122b610aaec339c89c69be070d050c2
parent4fbd16e045cc0daed754f2c4f9732ba1ac128205
- scoped_session emits a warning when configure() is
called if a Session is already present (checks only the
current thread) [ticket:1924]
CHANGES
lib/sqlalchemy/orm/scoping.py
test/orm/test_scoping.py