summaryrefslogtreecommitdiff
path: root/test/engine/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* - StaticPool now initializes, disposes and recreates withoutMike Bayer2010-03-191-0/+19
* fix the timeout test once and for allMike Bayer2010-03-131-4/+5
* fix last commitPhilip Jenvey2010-03-081-1/+1
* small cleanupPhilip Jenvey2010-03-081-1/+1
* there we go, that was the stupid gc bugMike Bayer2010-03-011-0/+2
* some ms/odbc fixesMike Bayer2010-02-281-0/+1
* increase the timeout here to accommodate slowness on the buildbotMike Bayer2010-02-221-2/+6
* missing import, forcefully compile the expression to strPhilip Jenvey2010-01-261-1/+1
* oracle compatPhilip Jenvey2010-01-261-1/+1
* - The cursor associated with connection pool connectionsMike Bayer2009-12-031-1/+8
* fix StaticPool [ticket:1615]Mike Bayer2009-11-121-33/+34
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-5/+18
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-111-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-289/+341
* Implemented recreate() for StaticPoolJason Kirtland2009-07-101-3/+9
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+664