summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/event.py
Commit message (Expand)AuthorAgeFilesLines
* - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-301-2/+1
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* most of ORM passing...Mike Bayer2013-05-041-0/+3
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-4/+3
* plugging awayMike Bayer2013-04-271-2/+3
* - the raw 2to3 runMike Bayer2013-04-271-6/+4
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-4/+13
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-031-0/+3
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-4/+17
* - [feature] Improvements to event listening forMike Bayer2012-10-121-4/+7
* - repair bool() for instance level event listener where events are classlevel...Mike Bayer2012-09-201-1/+1
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-46/+125
* -whitespace bonanza, contdMike Bayer2012-07-281-18/+18
* absolute imports in core, sqlMike Bayer2012-06-231-1/+1
* - [feature] Dramatic improvement in memoryMike Bayer2012-06-201-11/+95
* - [bug] Fixed event registration bugMike Bayer2012-03-071-9/+26
* happy new yearMike Bayer2012-01-041-1/+1
* - Added @event.listens_for() decorator, givenMike Bayer2011-04-021-0/+35
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-2/+21
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-6/+3
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-301-3/+13
* QueryableAttribute can stringify itself without triggering a mapper compile. ...Mike Bayer2011-01-121-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-53/+53
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-15/+18
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-11/+11
* callcount destructo engageMike Bayer2010-12-091-1/+3
* - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6.Mike Bayer2010-12-051-3/+21
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-6/+6
* - SessionEvents is on board and the event model is done, can start building 0...Mike Bayer2010-11-141-1/+7
* - basic docsMike Bayer2010-11-091-6/+1
* - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-071-14/+35
* - attempting system of propagation. getting stuck on attempting to use inst...Mike Bayer2010-11-061-4/+8
* a little cleanup, but we probably need a generalized "propagate" mechanismMike Bayer2010-11-061-5/+0
* - most tests passing on adapted MapperExtensionMike Bayer2010-11-061-6/+17
* - begin adding tests for event registration and dispatch standaloneMike Bayer2010-10-021-17/+24
* - add instrumentation eventsMike Bayer2010-10-021-7/+26
* - get active_history to work, move attribute events into module-level classesMike Bayer2010-09-031-2/+7
* - refinements to DDL events, including new execute_if(), got pickling to workMike Bayer2010-09-031-0/+5
* doh, forgot about ddl events. need some work with the pickling.Mike Bayer2010-08-311-3/+5
* - moved out to on_before_execute, on_after_execute. not much option here,Mike Bayer2010-08-291-17/+2
* going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-51/+10
* - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-2/+56
* - reorganize events into cls->dispatch, which is an instance of _Dispatch.Mike Bayer2010-08-101-56/+79
* this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj...Mike Bayer2010-08-091-23/+31
* working with how this will be documented and having some probs with sphinxMike Bayer2010-08-091-6/+4
* confirmed we can get this to trigger if we apply heisenbug compensationMike Bayer2010-08-081-4/+2
* fixes, but still unsure of thingsMike Bayer2010-08-081-0/+3
* getting attributes to workMike Bayer2010-08-081-5/+4