create query before_compile event

Issue #3317 resolved
Mike Bayer repo owner created an issue

part of #3225

Comments (1)

  1. Mike Bayer reporter
    • 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

    → <<cset 710021d22e8a>>

  2. Log in to comment