| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 1 | -1/+2 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Additions to support HAAlchemy plugin | Mike Bayer | 2016-09-16 | 1 | -1/+12 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -3/+3 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+3 |
* | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -0/+7 |
* | - fix some tests related to the URL change and try to make | Mike Bayer | 2015-05-23 | 1 | -1/+2 |
* | - Adjustments to the engine plugin hook, such that the | Mike Bayer | 2015-05-22 | 1 | -2/+1 |
* | - New features added to support engine/pool plugins with advanced | Mike Bayer | 2015-04-30 | 1 | -2/+14 |
* | - 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 | -10/+1 |
* | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -1/+1 |
* | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+1 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -6/+6 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 1 | -1/+0 |
* | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -2/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -8/+17 |
* | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -1/+1 |
* | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 1 | -0/+1 |
* | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -7/+2 |
* | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -13/+6 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -12/+13 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -14/+16 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -3/+3 |
* | typos in lib/sqlalchemy/engine | Diana Clarke | 2012-03-17 | 1 | -3/+3 |
* | - [bug] Added execution_options() call to | Mike Bayer | 2012-02-13 | 1 | -0/+3 |
* | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 1 | -1/+2 |
* | - [bug] Fixed bug in "mock" strategy whereby | Mike Bayer | 2012-01-28 | 1 | -3/+3 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - fix up the invalidate on connect for py3k | Mike Bayer | 2011-07-06 | 1 | -2/+6 |
* | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -1/+2 |
* | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 1 | -0/+7 |
* | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -0/+7 |
* | - py3k fix regarding new exception system | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -2/+5 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -11/+11 |
* | - 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 | -3/+3 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -3/+3 |
* | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -6/+3 |
* | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -0/+1 |
* | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -3/+3 |
* | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -3/+3 |
* | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -8/+9 |
* | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -2/+10 |
* | - Added "logging_name" argument to create_engine(), Pool() constructor | Mike Bayer | 2010-03-13 | 1 | -1/+2 |