| Commit message (Expand) | Author | Age | Files | Lines |
| * | - bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-poo... | Mike Bayer | 2008-05-27 | 1 | -1/+1 |
| * | - zoomark/zoomark_orm seem to work with pool_threadlocal turned off, [ticket:... | Mike Bayer | 2008-05-19 | 2 | -6/+6 |
| * | pool_threadlocal is off by default [ticket:1049] | Mike Bayer | 2008-05-19 | 2 | -5/+6 |
| * | added ORM version of zoomark, python 2.5 only for starters | Mike Bayer | 2008-05-18 | 2 | -0/+322 |
| * | - Adjusted zoomoark | Jason Kirtland | 2008-05-14 | 1 | -2/+2 |
| * | - more portable tests for eager/inheritance joins | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 2 | -4/+4 |
| * | - microcleanup | Jason Kirtland | 2008-04-03 | 2 | -2/+1 |
| * | - Experimental: prefer cProfile over hotspot for 2.5+ | Jason Kirtland | 2008-04-03 | 3 | -32/+85 |
| * | - Re-tuned call counts for 2.3 through 2.5. | Jason Kirtland | 2008-04-02 | 2 | -4/+4 |
| * | doh | Mike Bayer | 2008-04-02 | 1 | -1/+1 |
| * | reduced 2.4 callcounts... | Mike Bayer | 2008-04-02 | 2 | -4/+4 |
| * | slight function call reduction | Mike Bayer | 2008-04-02 | 1 | -2/+1 |
| * | continue attempting to get proper count for pybot on 2.5, ensure order_by for... | Mike Bayer | 2008-04-02 | 1 | -1/+1 |
| * | seems like the recent itertools add to select()._get_display_froms() adds ove... | Mike Bayer | 2008-04-01 | 1 | -4/+4 |
| * | fix up some unit tests | Mike Bayer | 2008-04-01 | 1 | -1/+1 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 3 | -6/+5 |
| * | - Migrated zoomark to profiling.function_call_count(), tightened up the numbe... | Jason Kirtland | 2008-01-22 | 1 | -14/+25 |
| * | rein in r3840 find and replace rampage | Jason Kirtland | 2008-01-22 | 1 | -1/+1 |
| * | - 2.3 fixup part three: 100% on postgres, mysql | Jason Kirtland | 2008-01-22 | 1 | -1/+2 |
| * | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -3/+3 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 4 | -26/+27 |
| * | - Removed @testing.supported. Dialects in development or maintained outside | Jason Kirtland | 2007-12-13 | 1 | -56/+49 |
| * | fixed unicode-ness for Unicode values | Mike Bayer | 2007-11-28 | 1 | -40/+40 |
| * | bump for py2.4 | Mike Bayer | 2007-11-25 | 1 | -1/+1 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 2 | -7/+7 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 2 | -2/+2 |
| * | some wide zoomark ranges... | Mike Bayer | 2007-11-18 | 1 | -4/+4 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -1/+1 |
| * | updated zoomark test_1a_populate callcounts. if the calls keep being removed ... | Ants Aasma | 2007-11-08 | 1 | -1/+1 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 2 | -6/+6 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -7/+7 |
| * | - also added proxying of save_or_update to scoped sessions. | Ants Aasma | 2007-10-31 | 1 | -7/+7 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -2/+2 |
| * | Adjusted zoomark ranges for 2.4 and 2.5. | Jason Kirtland | 2007-10-13 | 1 | -7/+13 |
| * | - The no-arg ResultProxy._row_processor() is now the class attribute | Jason Kirtland | 2007-10-02 | 1 | -7/+7 |
| * | - The IdentifierPreprarer's _requires_quotes test is now regex based. | Jason Kirtland | 2007-09-27 | 1 | -3/+3 |
| * | zoomark adjustment for the pybot...rel_0_4beta6 | Mike Bayer | 2007-09-27 | 1 | -1/+1 |
| * | - adjust server side logic to work with standalone default execution | Mike Bayer | 2007-09-27 | 1 | -6/+6 |
| * | buildbot reported a lower number for test 1a... | Mike Bayer | 2007-09-04 | 1 | -1/+1 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 1 | -6/+6 |
| * | lowered value, fewer calls on pybot ? | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | added zoomark profile | Mike Bayer | 2007-09-01 | 3 | -1/+309 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -2/+2 |
| * | restored WeakValueDict for threadlocal connections + profiler test, addressing | Mike Bayer | 2007-08-22 | 2 | -0/+41 |
| * | added first profile tests per [ticket:753] | Mike Bayer | 2007-08-21 | 3 | -0/+52 |