summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj...Mike Bayer2010-08-091-18/+18
* | working with how this will be documented and having some probs with sphinxMike Bayer2010-08-091-74/+79
* | - pretty much all tests passing, maybe some callcounts are offMike Bayer2010-07-251-5/+8
* | - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-241-35/+87
* | - initial "events" idea. will replace all Extension, Proxy, ListenerMike Bayer2010-07-241-56/+60
|/
* - more 78 charsMike Bayer2010-07-101-24/+45
* - verbiage expressing that pool_size==0 means no limit; NullPool isMike Bayer2010-07-021-5/+8
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-1/+9
* - Fixed bug in connection pool cursor wrapper whereby if aMike Bayer2010-04-281-1/+1
* - StaticPool now initializes, disposes and recreates withoutMike Bayer2010-03-191-31/+8
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-131-4/+12
* fix the timeout test once and for allMike Bayer2010-03-131-28/+41
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-281-36/+23
* happy new yearMike Bayer2010-01-071-1/+1
* - The cursor associated with connection pool connectionsMike Bayer2009-12-031-1/+4