You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 create query before_compile event #3317
Activity
sqlalchemy-bot commentedon Mar 10, 2015
Michael Bayer (@zzzeek) wrote:
.QueryEvents
. The:meth:
.QueryEvents.before_compile
event allows the creationof functions which may place additional modifications to
:class:
.Query
objects before the construction of the SELECTstatement. 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 create query before_compile event #3317
→ 710021d
sqlalchemy-bot commentedon Mar 10, 2015
Changes by Michael Bayer (@zzzeek):