Files
sqlalchemy/doc
Mike Bayer 7dab4ae6a9 - rename EngineEvents to ConnectionEvents
- simplify connection event model to be inline inside Connection, don't use ad-hoc
subclasses (technically would leak memory for the app that keeps creating engines
and adding events)
- not doing listen-per-connection yet.  this is closer.  overall things
are much simpler now (until we put listen-per-connection in...)
2011-02-17 19:59:45 -05:00
..