summaryrefslogtreecommitdiff
path: root/test/perf/wsgi.py
Commit message (Collapse)AuthorAgeFilesLines
* - remove old perf/ tests from pre-2007Mike Bayer2011-01-161-52/+0
|
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
|
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+1
|
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+4
| | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-26/+28
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* - fix to connection pool _close() to properly clean up, fixesMike Bayer2006-12-081-0/+53
MySQL synchronization errors [ticket:387]