diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-08-17 22:21:23 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-08-17 22:21:23 +0000 |
commit | 1b65c7eed5166d07cc145063f828beeb1d14cf02 (patch) | |
tree | d652c4eb072a32bd4879ac362dbbb3ce55898492 /lib/sqlalchemy/util.py | |
parent | 9b6a9b7aeab79ba28737f394fa6cfaaf1f1f1bcf (diff) | |
download | sqlalchemy-1b65c7eed5166d07cc145063f828beeb1d14cf02.tar.gz |
- The before_flush() hook on SessionExtension takes place
before the list of new/dirty/deleted is calculated for the
final time, allowing routines within before_flush() to
further change the state of the Session before the flush
proceeds. [ticket:1128]
- Reentrant calls to flush() raise an error. This also
serves as a rudimentary, but not foolproof, check against
concurrent calls to Session.flush().
Diffstat (limited to 'lib/sqlalchemy/util.py')
0 files changed, 0 insertions, 0 deletions