summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-1/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-1/+12
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-3/+3
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+3
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-0/+7
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-1/+2
* - Adjustments to the engine plugin hook, such that theMike Bayer2015-05-221-2/+1
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-2/+14
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-10/+1
* - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-071-1/+1
* - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+1
* PEP8 style fixesBrian Jarrett2014-07-131-6/+6
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-1/+0
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-2/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-8/+17
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-0/+1
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-7/+2
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-13/+6
* - the raw 2to3 runMike Bayer2013-04-271-12/+13
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-14/+16
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* typos in lib/sqlalchemy/engineDiana Clarke2012-03-171-3/+3
* - [bug] Added execution_options() call toMike Bayer2012-02-131-0/+3
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-011-1/+2
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-3/+3
* happy new yearMike Bayer2012-01-041-1/+1
* - fix up the invalidate on connect for py3kMike Bayer2011-07-061-2/+6
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-1/+2
* - Deprecate schema/SQL-oriented methods onMike Bayer2011-06-021-0/+7
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-0/+7
* - py3k fix regarding new exception systemMike Bayer2011-02-091-1/+1
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-2/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-3/+3
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-3/+3
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-6/+3
* - fixes for PG, mysql, twophaseMike Bayer2010-11-201-0/+1
* going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-3/+3
* - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-3/+3
* - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-241-8/+9
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-2/+10
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-131-1/+2