diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-22 19:34:18 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-22 19:34:18 -0400 |
commit | b00e15b50f83b4d939a15162fe53863bc15be4f0 (patch) | |
tree | aacd2b265b9edd0883c3a265d424be05998123d8 /lib/sqlalchemy/testing/plugin/pytestplugin.py | |
parent | a7a6b436600c764704f39e177938008c6f6b315f (diff) | |
download | sqlalchemy-b00e15b50f83b4d939a15162fe53863bc15be4f0.tar.gz |
- An event listener can now be associated with a :class:`.Engine`,
after one or more :class:`.Connection` objects have been created
(such as by an orm :class:`.Session` or via explicit connect)
and the listener will pick up events from those connections.
Previously, performance concerns pushed the event transfer from
:class:`.Engine` to :class:`.Connection` at init-time only, but
we've inlined a bunch of conditional checks to make this possible
without any additional function calls. fixes #2978
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/pytestplugin.py')
0 files changed, 0 insertions, 0 deletions