[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added new event :class:`.DialectEvents.do_connect
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-18 18:04:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d2037c31a371/ Changeset: d2037c31a371 Branch: ticket_3355 User: zzzeek Date: 2015-04-18 18:03:45+00:00 Summary: - Added new event :class:`.DialectEvents.do_connect`, which allows interception / replacement of when the :meth:`.Dialect.connect` hook is called to create a DBAPI connection. Also added dialect plugin hooks :meth:`.Dialect.get_dialect_cls` and :meth:`.Dialect.engine_created` which allow external plugins to add events to existing dialects using entry points. fixes #3355 Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |