[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added a new event suite :class:`.QueryEvents`. Th
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-10 23:57:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/710021d22e8a/ Changeset: 710021d22e8a Branch: None User: zzzeek Date: 2015-03-10 23:56:59+00:00 Summary: - Added a new event suite :class:`.QueryEvents`. The :meth:`.QueryEvents.before_compile` event allows the creation of functions which may place additional modifications to :class:`.Query` objects before the construction of the SELECT statement. It is hoped that this event be made much more useful via the advent of a new inspection system that will allow for detailed modifications to be made against :class:`.Query` objects in an automated fashion. fixes #3317 Affected #: 5 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. |