| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 1 | -1/+1 |
* | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 1 | -1/+4 |
* | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 1 | -1/+1 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -5/+5 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -10/+18 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -2/+2 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -2/+2 |
* | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -11/+1 |
* | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 1 | -0/+12 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -14/+14 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
* | - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:... | Mike Bayer | 2010-12-09 | 1 | -3/+6 |
* | - Threadlocal engine methods rollback(), commit(), | Mike Bayer | 2010-12-08 | 1 | -1/+7 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -2/+2 |
* | - reorganization | Mike Bayer | 2010-09-14 | 1 | -3/+3 |
* | - moved out to on_before_execute, on_after_execute. not much option here, | Mike Bayer | 2010-08-29 | 1 | -2/+2 |
* | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj... | Mike Bayer | 2010-08-09 | 1 | -10/+10 |
* | - pretty much all tests passing, maybe some callcounts are off | Mike Bayer | 2010-07-25 | 1 | -8/+12 |
* | - initial "events" idea. will replace all Extension, Proxy, Listener | Mike Bayer | 2010-07-24 | 1 | -7/+8 |
* | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -1/+2 |
* | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 1 | -0/+2 |
* | - the "threadlocal" engine has been rewritten and simplified | Mike Bayer | 2010-01-24 | 1 | -173/+57 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -1/+3 |
* | removed needless "thread" imports from util | Mike Bayer | 2009-05-30 | 1 | -1/+1 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -1/+1 |
* | raise NotImplemented for begin_nested() | Mike Bayer | 2008-05-14 | 1 | -1/+7 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -3/+12 |
* | - implemented two-phase API for "threadlocal" engine, | Mike Bayer | 2008-02-26 | 1 | -9/+7 |
* | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -5/+6 |
* | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -5/+13 |
* | fixed the previous TLTransaction checkin | Mike Bayer | 2007-11-07 | 1 | -0/+2 |
* | - fixed the close() method on Transaction when using strategy='threadlocal' | Mike Bayer | 2007-11-07 | 1 | -1/+8 |
* | - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect() | Mike Bayer | 2007-08-20 | 1 | -18/+3 |
* | - Connection.begin() no longer accepts nested=True, a possible source of conf... | Jason Kirtland | 2007-08-19 | 1 | -25/+30 |
* | - threadlocal TLConnection, when closes for real, forces parent TLSession | Mike Bayer | 2007-08-17 | 1 | -0/+6 |
* | - turned twophase=True on in test | Mike Bayer | 2007-08-17 | 1 | -0/+3 |
* | - added extra argument con_proxy to ConnectionListener interface checkout/che... | Mike Bayer | 2007-08-17 | 1 | -13/+44 |
* | - moved test/orm/fixtures.py to testlib | Mike Bayer | 2007-08-16 | 1 | -6/+6 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -15/+8 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -15/+54 |
* | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
* | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -3/+3 |
* | identified another TLTransaction scenario, and adjusted TLConnection/TLSessio... | Mike Bayer | 2006-06-22 | 1 | -6/+7 |