summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
* copyrightMike Bayer2012-05-051-1/+1
* - Fixed bug in QueuePool, SingletonThreadPool wherebyMike Bayer2011-03-221-1/+3
* -whitespace removal bonanzaMike Bayer2011-01-021-37/+37
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - rewrote the "connections" sectionMike Bayer2010-09-051-1/+42
* - 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
* fix StaticPool [ticket:1615]Mike Bayer2009-11-121-3/+5
* allow setattr() access to _CursorFairy directly, thereby removing the need fo...Mike Bayer2009-11-061-4/+10
* - Connection pool logging now uses both INFO and DEBUGMike Bayer2009-11-031-34/+34
* use *args with log.debug()/log.info(), [ticket:1520]Mike Bayer2009-08-261-13/+13
* merge 0.6 series to trunk.Mike Bayer2009-08-061-71/+57
* Implemented recreate() for StaticPoolJason Kirtland2009-07-101-3/+13
* removed needless "thread" imports from utilMike Bayer2009-05-301-1/+1
* happy new yearMike Bayer2009-01-121-1/+1
* - Added a mutex for the initial pool creation whenMike Bayer2008-12-271-5/+13
* - NullPool supports reconnect on failure behavior.Mike Bayer2008-12-271-0/+12
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-2/+2
* - added sphinx handler to allow __init__ methods throughMike Bayer2008-12-171-15/+12
* - convert __init__ and :members: to be compatible with autoclass_content='both'Mike Bayer2008-12-071-7/+12
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-94/+185
* call count pinata partyMike Bayer2008-10-231-2/+3
* the @property / __slots__ fairy pays a visitMike Bayer2008-10-011-0/+4
* ugh...try againMike Bayer2008-08-271-1/+2
* critical fix to r5028 repairs SingleThreadPool to return a connection in case...Mike Bayer2008-08-271-7/+9
* dont rely upon AttributeError to test for NoneMike Bayer2008-08-131-4/+8
* - with 2.3 support dropped,Mike Bayer2008-08-131-46/+42
* Corrected docstring for Pool class to show that the default value for use_thr...Michael Trier2008-07-021-1/+1
* - zoomark/zoomark_orm seem to work with pool_threadlocal turned off, [ticket:...Mike Bayer2008-05-191-1/+0
* pool_threadlocal is off by default [ticket:1049]Mike Bayer2008-05-191-1/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-12/+12
* Renamed rollback_returned to reset_on_return. Future, dialect-aware pools ca...Jason Kirtland2008-05-051-8/+13
* - added "rollback_returned" option to Pool which willMike Bayer2008-05-051-2/+4
* - Pool listeners may now be specified as a duck-type of PoolListener or a dic...Jason Kirtland2008-04-041-5/+15
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-15/+0
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-301-0/+15
* added dispose() for StaticPoolMike Bayer2008-03-021-0/+4
* - psycopg2 can raise un-str()able exceptions; don't croak when trying to log ...Jason Kirtland2008-02-081-1/+6
* happy new yearMike Bayer2008-01-011-1/+1
* - Re-raise SystemExit et al in _ConnectionRecord.closeJason Kirtland2007-12-191-14/+20
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-1/+6
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-11/+15