summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - reduce some pool overheadMike Bayer2010-12-051-21/+26
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-38/+1
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-1/+1
* - Pooling methods now underscored or removed:Mike Bayer2010-11-281-45/+29
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-6/+15
* - fixes for PG, mysql, twophaseMike Bayer2010-11-201-1/+11
* - logging has been overhauled such that engines no longer need to encode theMike Bayer2010-11-201-1/+1
|\
| * - initial patch for [ticket:1926]Mike Bayer2010-11-171-1/+1
* | dingMike Bayer2010-11-071-1/+1
* | - reorganizationMike Bayer2010-09-141-77/+2
* | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-141-1/+42
|\ \ | |/
| * - rewrote the "connections" sectionMike Bayer2010-09-051-1/+42
* | - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-1/+1
* | this is not actually trueMike Bayer2010-08-101-1/+1