| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - pool will auto-close open cursors, or can be configured to raise an error i... | Mike Bayer | 2006-09-28 | 1 | -3/+11 |
| * | commented out open cursor check, until resolution of [ticket:312] | Mike Bayer | 2006-09-26 | 1 | -2/+2 |
| * | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -10/+8 |
| * | - connection pool tracks open cursors and raises an error if connection | Mike Bayer | 2006-09-23 | 1 | -0/+12 |
| * | removed auto-dispose on __del__, produces too much garbage exceptiongs | Mike Bayer | 2006-09-10 | 1 | -1/+3 |
| * | - changed "invalidate" semantics with pooled connection; will | Mike Bayer | 2006-08-26 | 1 | -37/+29 |
| * | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 1 | -52/+83 |
| * | fixes for threadless python compiles | Jonathan Ellis | 2006-08-15 | 1 | -1/+1 |
| * | fix mysql borkage | Jonathan Ellis | 2006-08-10 | 1 | -1/+5 |
| * | improvement over previous changeset: | Mike Bayer | 2006-08-05 | 1 | -2/+14 |
| * | temporary workaround dispose_local() added to SingletonThreadPool | Mike Bayer | 2006-08-05 | 1 | -1/+7 |
| * | adjustments to pool stemming from changes made for [ticket:224]. | Mike Bayer | 2006-08-04 | 1 | -8/+9 |
| * | added workaround for funny pragma behavior on windows pysqlite | Mike Bayer | 2006-07-09 | 1 | -3/+14 |
| * | fixes to pool_invalidate [ticket:224]rel_0_2_4 | Mike Bayer | 2006-06-27 | 1 | -7/+9 |
| * | cursor() method on ConnectionFairy allows db-specific extension | Mike Bayer | 2006-06-26 | 1 | -2/+2 |
| * | migrated Queue.Queue to its own module here, to assure RLock compatibility | Mike Bayer | 2006-06-26 | 1 | -12/+3 |
| * | fix to timeout | Mike Bayer | 2006-06-26 | 1 | -1/+1 |
| * | attempting to fix reentrant condition that can happen with Queue.Queue | Mike Bayer | 2006-06-26 | 1 | -0/+11 |
| * | when QueuePool times out it raises a TimeoutError instead of | Mike Bayer | 2006-06-26 | 1 | -1/+3 |
| * | pool doesnt consume random **kwargs | Mike Bayer | 2006-06-02 | 1 | -1/+1 |
| * | pool needed weakref | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | do-nothing dispose() method in SingletonThreadPool | Mike Bayer | 2006-05-28 | 1 | -0/+2 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -38/+48 |
| * | overhaul to SQLSession change from yesterday, needs to use the threadlocal ca... | Mike Bayer | 2006-03-17 | 1 | -2/+2 |
| * | added invalidate() method to connectionfairy, allows the connection to be rem... | Mike Bayer | 2006-03-17 | 1 | -0/+3 |
| * | reorganized SingletonThreadPool to return distinct connections in the same th... | Mike Bayer | 2006-03-16 | 1 | -9/+11 |
| * | added unique_connection() method to engine, connection pool to return a conne... | Mike Bayer | 2006-03-14 | 1 | -8/+17 |
| * | added util.Logger object with configurable thread/timestamp view | Mike Bayer | 2006-03-03 | 1 | -2/+4 |
| * | merged fix that insures unrealized connections dont fill up the pool | Mike Bayer | 2006-01-31 | 1 | -3/+24 |
| * | added some echo arguments for uow, pool, propigated from the engine | Mike Bayer | 2006-01-21 | 1 | -7/+24 |
| * | dispose() added to pool/engine to allow engines to fall out of scope | Mike Bayer | 2006-01-18 | 1 | -0/+8 |
| * | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
| * | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
| * | docstring maintenance | Mike Bayer | 2005-11-10 | 1 | -18/+39 |
| * | sqlite cant share among threads ! hence a new pool class. | Mike Bayer | 2005-11-06 | 1 | -0/+18 |
| * | (no commit message) | Mike Bayer | 2005-10-27 | 1 | -6/+22 |
| * | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -1/+1 |
| * | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -3/+0 |
| * | fixed endless loop thing | Mike Bayer | 2005-10-23 | 1 | -4/+12 |
| * | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -0/+9 |
| * | working thru test cases | Mike Bayer | 2005-09-17 | 1 | -4/+5 |
| * | put status printing in log function | Mike Bayer | 2005-09-16 | 1 | -0/+5 |
| * | (no commit message) | Mike Bayer | 2005-07-23 | 1 | -0/+10 |
| * | Initial revision | Mike Bayer | 2005-07-01 | 1 | -0/+160 |