summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* 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