summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-2/+5
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-19/+27
* - Fixed small issue in :class:`.SingletonThreadPool` where the currentMike Bayer2014-03-051-3/+3
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-71/+68
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-12/+43
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-17/+118
* - happy new yearMike Bayer2014-01-051-1/+1
* - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-31/+33
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-4/+4
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-3/+1
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-1/+2
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+6
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-86/+112
* Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-101-0/+3
* Added pool logging for "rollback-on-return" and the less usedMike Bayer2013-06-091-6/+13
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-2/+2
* 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-26/+50
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-4/+20
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-17/+17
* -whitespace bonanza, contdMike Bayer2012-07-281-48/+48
* absolute imports in core, sqlMike Bayer2012-06-231-3/+3
* - [bug] Fixed bug wherebyMike Bayer2012-06-221-33/+49
* - [feature] Dramatic improvement in memoryMike Bayer2012-06-201-1/+3
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-22/+25
* typoDiana Clarke2012-03-161-1/+1
* accept the symbols so recreate worksMike Bayer2012-02-011-4/+5
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-011-7/+48
* - [bug] Added a boolean check for the "finalize"Mike Bayer2012-01-271-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* ensure sa_pool_key isn't passed to connectMike Bayer2011-09-211-0/+1
* - Added optional "sa_pool_key" argument toMike Bayer2011-09-201-0/+3
* document pool ping recipeMike Bayer2011-08-241-3/+4
* - The recreate() method in all pool classes usesMike Bayer2011-08-141-4/+4
* - The "pool.manage" feature doesn't use pickleMike Bayer2011-04-051-2/+5
* - AssertionPool now stores the traceback indicatingMike Bayer2011-03-301-4/+18
* - Fixed bug in QueuePool, SingletonThreadPool wherebyMike Bayer2011-03-221-1/+3
* - some doc reorgMike Bayer2011-03-171-3/+3
* - Fixed AssertionPool regression bug. A replacement of finalizeMike Bayer2011-03-161-7/+0
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-5/+1
* - execution_options() on Connection acceptsMike Bayer2011-01-161-0/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-41/+41
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-10/+10
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-1/+1
* - move topological, queue into utilMike Bayer2010-12-051-1/+1