summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/threadlocal.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-081-1/+1
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-051-1/+4
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-5/+5
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-10/+18
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - some doc reorgMike Bayer2011-03-171-2/+2
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-11/+1
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-081-0/+12
* - whitespace removal bonanzaMike Bayer2011-01-021-14/+14
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-2/+2
* - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:...Mike Bayer2010-12-091-3/+6
* - Threadlocal engine methods rollback(), commit(),Mike Bayer2010-12-081-1/+7
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-2/+2
* - reorganizationMike Bayer2010-09-141-3/+3
* - moved out to on_before_execute, on_after_execute. not much option here,Mike Bayer2010-08-291-2/+2
* this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj...Mike Bayer2010-08-091-10/+10
* - pretty much all tests passing, maybe some callcounts are offMike Bayer2010-07-251-8/+12
* - initial "events" idea. will replace all Extension, Proxy, ListenerMike Bayer2010-07-241-7/+8
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-1/+2
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-271-0/+2
* - the "threadlocal" engine has been rewritten and simplifiedMike Bayer2010-01-241-173/+57
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+3
* removed needless "thread" imports from utilMike Bayer2009-05-301-1/+1
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1/+1
* raise NotImplemented for begin_nested()Mike Bayer2008-05-141-1/+7
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+12
* - implemented two-phase API for "threadlocal" engine,Mike Bayer2008-02-261-9/+7
* introductory docstring bonanzaMike Bayer2007-12-181-5/+6
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-5/+13
* fixed the previous TLTransaction checkinMike Bayer2007-11-071-0/+2
* - fixed the close() method on Transaction when using strategy='threadlocal'Mike Bayer2007-11-071-1/+8
* - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect()Mike Bayer2007-08-201-18/+3
* - Connection.begin() no longer accepts nested=True, a possible source of conf...Jason Kirtland2007-08-191-25/+30
* - threadlocal TLConnection, when closes for real, forces parent TLSessionMike Bayer2007-08-171-0/+6
* - turned twophase=True on in testMike Bayer2007-08-171-0/+3
* - added extra argument con_proxy to ConnectionListener interface checkout/che...Mike Bayer2007-08-171-13/+44
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-6/+6
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-15/+8
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-15/+54
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-3/+3
* identified another TLTransaction scenario, and adjusted TLConnection/TLSessio...Mike Bayer2006-06-221-6/+7