]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The before_cursor_execute event
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Aug 2012 19:40:09 +0000 (15:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Aug 2012 19:40:09 +0000 (15:40 -0400)
commit28bfc3d5dfdaae57a94f660959aaaeb83a5e2132
tree43d42adce27ce2d606e8f1fae4849b722f0d8bd3
parent16d66d35644eaa6609fdc5c8f805314f7cf4d0fc
  - [feature] The before_cursor_execute event
    fires off for so-called "_cursor_execute"
    events, which are usually special-case
   executions of primary-key bound sequences
    and default-generation SQL
    phrases that invoke separately when RETURNING
    is not used with INSERT.  [ticket:2459]
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/event.py
lib/sqlalchemy/events.py
test/base/test_events.py
test/engine/test_execute.py
test/lib/profiles.txt
test/sql/test_cte.py