summaryrefslogtreecommitdiff
path: root/test/perf/cascade_speed.py
Commit message (Collapse)AuthorAgeFilesLines
* - remove old perf/ tests from pre-2007Mike Bayer2011-01-161-93/+0
|
* - The official name for the relation() function is nowMike Bayer2010-03-171-3/+3
| | | | | | relationship(), to eliminate confusion over the relational algebra term. relation() however will remain available in equal capacity for the foreseeable future. [ticket:1740]
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-3/+3
| | | | | | - 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-0/+2
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+3
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* - added extra check to "stop" cascading on save/update/save-update ifMike Bayer2006-11-291-0/+90
an instance is detected to be already in the session.