summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/events.py
Commit message (Expand)AuthorAgeFilesLines
* - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-061-0/+17
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-1/+45
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-0/+6
* Merged in jvanasco/sqlalchemy-alt/issue_docs_event_statement (pull request #33) Mike Bayer2014-11-261-6/+11
|\
| * added docs to clarify that sql statement is already in a dialectjonathan vanasco2014-10-171-6/+11
* | changed connnection to connectionpr/146jlgoldb22014-10-261-1/+1
|/
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-1/+2
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-0/+10
* PEP8 style fixesBrian Jarrett2014-07-131-30/+30
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-40/+79
* - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-18/+67
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-6/+6
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-241-1/+83
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-28/+61
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix cross referencesVraj Mohan2013-11-171-1/+1
* Fix method nameVraj Mohan2013-11-141-2/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-30/+13
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-3/+5
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-2/+5
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-1/+7
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-0/+101
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-2/+50
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-1/+3
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-20/+209
* - [feature] Connection event listeners canMike Bayer2012-07-181-68/+80
* absolute imports in core, sqlMike Bayer2012-06-231-1/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-1/+1
* - [feature] The column_reflect event nowMike Bayer2012-04-241-3/+3
* - [feature] Added new connection eventMike Bayer2012-04-101-0/+30
* happy new yearMike Bayer2012-01-041-1/+1
* fix typo, [ticket:2232]Mike Bayer2011-12-061-2/+2
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-1/+1
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-16/+20
* remove inline imports from core events tooMike Bayer2011-09-221-8/+8
* double quote theseMike Bayer2011-03-161-2/+2
* initial work on column reflectMike Bayer2011-03-141-0/+50
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-8/+3
* docuemnt args for before_parent_attach, after_parent_attachMike Bayer2011-02-011-0/+20
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-301-6/+45
* - whitespace removal bonanzaMike Bayer2011-01-021-56/+56
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-36/+36
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-3/+3
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-8/+8
* - event documentation bonanzaMike Bayer2010-11-141-4/+52
* more docsMike Bayer2010-11-101-0/+37