summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
...
* - pool will auto-close open cursors, or can be configured to raise an error i...Mike Bayer2006-09-281-3/+11
* commented out open cursor check, until resolution of [ticket:312]Mike Bayer2006-09-261-2/+2
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-10/+8
* - connection pool tracks open cursors and raises an error if connectionMike Bayer2006-09-231-0/+12
* removed auto-dispose on __del__, produces too much garbage exceptiongsMike Bayer2006-09-101-1/+3
* - changed "invalidate" semantics with pooled connection; willMike Bayer2006-08-261-37/+29
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-52/+83
* fixes for threadless python compilesJonathan Ellis2006-08-151-1/+1
* fix mysql borkageJonathan Ellis2006-08-101-1/+5
* improvement over previous changeset:Mike Bayer2006-08-051-2/+14
* temporary workaround dispose_local() added to SingletonThreadPoolMike Bayer2006-08-051-1/+7
* adjustments to pool stemming from changes made for [ticket:224].Mike Bayer2006-08-041-8/+9
* added workaround for funny pragma behavior on windows pysqliteMike Bayer2006-07-091-3/+14
* fixes to pool_invalidate [ticket:224]rel_0_2_4Mike Bayer2006-06-271-7/+9
* cursor() method on ConnectionFairy allows db-specific extensionMike Bayer2006-06-261-2/+2
* migrated Queue.Queue to its own module here, to assure RLock compatibilityMike Bayer2006-06-261-12/+3
* fix to timeoutMike Bayer2006-06-261-1/+1
* attempting to fix reentrant condition that can happen with Queue.QueueMike Bayer2006-06-261-0/+11
* when QueuePool times out it raises a TimeoutError instead ofMike Bayer2006-06-261-1/+3
* pool doesnt consume random **kwargsMike Bayer2006-06-021-1/+1
* pool needed weakrefMike Bayer2006-05-281-1/+1
* do-nothing dispose() method in SingletonThreadPoolMike Bayer2006-05-281-0/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-38/+48
* overhaul to SQLSession change from yesterday, needs to use the threadlocal ca...Mike Bayer2006-03-171-2/+2
* added invalidate() method to connectionfairy, allows the connection to be rem...Mike Bayer2006-03-171-0/+3
* reorganized SingletonThreadPool to return distinct connections in the same th...Mike Bayer2006-03-161-9/+11
* added unique_connection() method to engine, connection pool to return a conne...Mike Bayer2006-03-141-8/+17
* added util.Logger object with configurable thread/timestamp viewMike Bayer2006-03-031-2/+4
* merged fix that insures unrealized connections dont fill up the poolMike Bayer2006-01-311-3/+24
* added some echo arguments for uow, pool, propigated from the engineMike Bayer2006-01-211-7/+24
* dispose() added to pool/engine to allow engines to fall out of scopeMike Bayer2006-01-181-0/+8
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* license switchMike Bayer2005-12-311-13/+2
* docstring maintenanceMike Bayer2005-11-101-18/+39
* sqlite cant share among threads ! hence a new pool class.Mike Bayer2005-11-061-0/+18
* (no commit message)Mike Bayer2005-10-271-6/+22
* (no commit message)Mike Bayer2005-10-231-1/+1
* (no commit message)Mike Bayer2005-10-231-3/+0
* fixed endless loop thingMike Bayer2005-10-231-4/+12
* (no commit message)Mike Bayer2005-09-241-0/+9
* working thru test casesMike Bayer2005-09-171-4/+5
* put status printing in log functionMike Bayer2005-09-161-0/+5
* (no commit message)Mike Bayer2005-07-231-0/+10
* Initial revisionMike Bayer2005-07-011-0/+160