Files
sqlalchemy/lib/sqlalchemy/engine
Mike Bayer b00e15b50f - 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
2014-03-22 19:34:18 -04:00
..
2014-02-25 20:10:52 -05:00
2014-01-05 16:57:05 -05:00
2014-01-05 16:57:05 -05:00
2014-01-05 16:57:05 -05:00