summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* -whitespace removal bonanzaMike Bayer2011-01-021-35/+35
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+2
* - 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