On May 10, 2011, at 2:12 PM, Michael Bayer wrote: > > The purpose of events is to provide hooks into points inside of SQLAlchemy's > internal processes that would otherwise be impossible. Adding events > outside of its internal processes just to suit various use cases begins to > turn it into a framework, which is not what SQLAlchemy is.
though let me add, the new events system is fairly easy to extend - a custom Session subclass and a custom event base class could extend the event style of coding to a wider range of operations. http://www.sqlalchemy.org/docs/07/core/event.html -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
