| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`. | Mike Bayer | 2015-06-06 | 1 | -0/+17 |
* | - New features added to support engine/pool plugins with advanced | Mike Bayer | 2015-04-30 | 1 | -1/+45 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 1 | -0/+6 |
* | Merged in jvanasco/sqlalchemy-alt/issue_docs_event_statement (pull request #33)
| Mike Bayer | 2014-11-26 | 1 | -6/+11 |
|\ |
|
| * | added docs to clarify that sql statement is already in a dialect | jonathan vanasco | 2014-10-17 | 1 | -6/+11 |
* | | changed connnection to connectionpr/146 | jlgoldb2 | 2014-10-26 | 1 | -1/+1 |
|/ |
|
* | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -1/+2 |
* | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 1 | -0/+10 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -30/+30 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 1 | -40/+79 |
* | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 1 | -18/+67 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -6/+6 |
* | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 1 | -1/+83 |
* | - add new event PoolEvents.invalidate(). allows interception of invalidation | Mike Bayer | 2014-01-12 | 1 | -28/+61 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Fix cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
* | Fix method name | Vraj Mohan | 2013-11-14 | 1 | -2/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -30/+13 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -3/+5 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -2/+5 |
* | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -1/+7 |
* | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -0/+101 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -2/+50 |
* | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -1/+3 |
* | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -20/+209 |
* | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -68/+80 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+1 |
* | - [feature] The column_reflect event now | Mike Bayer | 2012-04-24 | 1 | -3/+3 |
* | - [feature] Added new connection event | Mike Bayer | 2012-04-10 | 1 | -0/+30 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | fix typo, [ticket:2232] | Mike Bayer | 2011-12-06 | 1 | -2/+2 |
* | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -1/+1 |
* | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -16/+20 |
* | remove inline imports from core events too | Mike Bayer | 2011-09-22 | 1 | -8/+8 |
* | double quote these | Mike Bayer | 2011-03-16 | 1 | -2/+2 |
* | initial work on column reflect | Mike Bayer | 2011-03-14 | 1 | -0/+50 |
* | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -8/+3 |
* | docuemnt args for before_parent_attach, after_parent_attach | Mike Bayer | 2011-02-01 | 1 | -0/+20 |
* | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 1 | -6/+45 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -56/+56 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -36/+36 |
* | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -8/+8 |
* | - event documentation bonanza | Mike Bayer | 2010-11-14 | 1 | -4/+52 |
* | more docs | Mike Bayer | 2010-11-10 | 1 | -0/+37 |