| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -0/+14 |
| * | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -1/+1 |
| * | Isolate memory tests in forks | Mike Bayer | 2017-08-14 | 1 | -28/+83 |
| * | - try adding the prints back in and re-test | Mike Bayer | 2017-08-11 | 1 | -8/+8 |
| * | - take more print statements out, maybe this is not | Mike Bayer | 2017-08-10 | 1 | -8/+8 |
| * | - dont print samples, this appears like it may be | Mike Bayer | 2017-08-08 | 1 | -1/+6 |
| * | - allow the shrink phase for memusage to go until zeroed, | Mike Bayer | 2017-08-08 | 1 | -3/+12 |
| * | Add selectin loading | Mike Bayer | 2017-04-26 | 1 | -1/+91 |
| * | Use baked lazyloading by default | Mike Bayer | 2017-04-13 | 1 | -1/+2 |
| * | - try one more test, then we're likely going to give up on cx_Oracle | Mike Bayer | 2017-04-12 | 1 | -29/+30 |
| * | - move a few memusage tests out of "backend". something is up w/ cx_Oracle | Mike Bayer | 2017-04-12 | 1 | -30/+35 |
| * | Warn on _compiled_cache growth | Mike Bayer | 2017-04-12 | 1 | -29/+25 |
| * | Don't cache savepoint identifiers | Mike Bayer | 2017-03-06 | 1 | -4/+46 |
| * | Performance within instances() | Mike Bayer | 2017-02-23 | 1 | -0/+20 |
| * | Memoize AliasedClass, ClauseAdapter objects in joined eager load | Mike Bayer | 2017-02-16 | 1 | -1/+142 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 3 | -35/+34 |
| * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 1 | -5/+3 |
| * | - fix stray connection | Mike Bayer | 2016-01-23 | 1 | -1/+4 |
| * | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-22 | 1 | -2/+2 |
| * | - revert this change which was inadvertently included in the | Mike Bayer | 2015-06-13 | 1 | -2/+1 |
| * | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe... | Mike Bayer | 2015-06-13 | 1 | -1/+2 |
| * | PEP8 cleanup in /test/aaa_profiling | Eric Streeper | 2015-03-18 | 3 | -6/+9 |
| * | - start locking down querying for cols after observing yesterdays | Mike Bayer | 2015-03-09 | 1 | -0/+52 |
| * | - add the test_expire_lots test for comparison | Mike Bayer | 2015-02-18 | 1 | -0/+54 |
| * | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+26 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+1 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -0/+14 |
| * | - clean up zoomark a little and try to get new profiles written | Mike Bayer | 2014-08-30 | 2 | -3/+5 |
| * | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 3 | -239/+151 |
| * | - turn off the testing reaper here, that's the source of the leaks | Mike Bayer | 2014-08-08 | 1 | -12/+14 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -0/+1 |
| * | put a greater variance into this test to prevent sporadic failures | Mike Bayer | 2014-07-21 | 1 | -1/+1 |
| * | imports gone bad | Mike Bayer | 2014-07-10 | 1 | -2/+2 |
| * | - fully flake8 test/aaa_profiling | Mike Bayer | 2014-07-09 | 7 | -430/+581 |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 1 | -4/+0 |
| * | use integer division here | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - rework memusage tests so that it only runs five iterations at a time, if it... | Mike Bayer | 2014-03-26 | 1 | -29/+47 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 4 | -0/+11 |
| * | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 1 | -0/+60 |
| * | - The :class:`.RowProxy` object is now sortable in Python as a regular | Mike Bayer | 2013-11-19 | 1 | -0/+1 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 2 | -2/+0 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+2 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -0/+1 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -1/+53 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -2/+3 |
| * | - zoomark tests | Mike Bayer | 2013-05-26 | 2 | -0/+4 |
| * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -2/+3 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 6 | -108/+108 |