]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- SingletonConnectionPool must use the "threadlocal" pooling behavior
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Oct 2006 22:19:31 +0000 (22:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Oct 2006 22:19:31 +0000 (22:19 +0000)
commitb7d1d6deab0716ac49b5cb25656f3ce895b6775a
tree86c9524920fcb2c3f1b51f1ccaec66e0eb67d560
parent6e565f723149965911d899a753aaf35b07273071
- SingletonConnectionPool must use the "threadlocal" pooling behavior
- the "delete" cascade will load in all child objects, if they were not
loaded already.  this can be turned off (i.e. the old behavior) by setting
passive_deletes=True on a relation().
CHANGES
doc/build/content/adv_datamapping.txt
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/pool.py