summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-3/+4
* - 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/Diana Clarke2012-11-191-8/+9
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-1/+1
* trailing whitespace bonanzaMike Bayer2012-07-281-6/+6
* absolute imports in core, sqlMike Bayer2012-06-231-1/+1
* another date update/test a hookMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-2/+6
* - some doc reorgMike Bayer2011-03-171-5/+5
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-44/+44
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-16/+16
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-25/+24
* - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-4/+2
* - reorganizationMike Bayer2010-09-141-1/+6
* restore the deprecated docsMike Bayer2010-09-041-1/+1
* - moved out to on_before_execute, on_after_execute. not much option here,Mike Bayer2010-08-291-21/+49
* going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-43/+41
* - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-18/+37
* working with how this will be documented and having some probs with sphinxMike Bayer2010-08-091-2/+3
* - got engine events partially working, needs work on return value considerationsMike Bayer2010-07-241-1/+19
* - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-241-15/+11
* - initial "events" idea. will replace all Extension, Proxy, ListenerMike Bayer2010-07-241-2/+39
* - ConnectionProxy now has wrapper methods for all transactionMike Bayer2010-01-161-1/+50
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+12
* document ConnectionProxyMike Bayer2008-12-181-8/+25
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-3/+7
* usage docstring for pool listenerMike Bayer2008-11-081-0/+13
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+22
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-2/+2
* Housekeeping.Jason Kirtland2007-08-221-3/+3
* changing Pool to use weakref callback for auto-cleanup, instead of __del__.Mike Bayer2007-08-211-5/+1
* - added extra argument con_proxy to ConnectionListener interface checkout/che...Mike Bayer2007-08-171-5/+15
* Little docstring tweaksJason Kirtland2007-08-011-6/+7
* Expanded docstring docs for pool hooks.Jason Kirtland2007-08-011-11/+42
* Added pool hooks for connection creation, check out and check in.Jason Kirtland2007-07-281-0/+51