| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -67/+62 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -10/+10 |
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -3/+59 |
| * | callcount reductions and refinement for cached queries | Mike Bayer | 2020-05-28 | 1 | -4/+29 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -2/+4 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -65/+73 |
| * | Propose Result as immediate replacement for ResultProxy | Mike Bayer | 2020-05-01 | 1 | -0/+65 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -6/+9 |
| * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -1/+2 |
| * | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -0/+14 |
| * | Merge "Fix QueryContext ref cycle on joinedload" | mike bayer | 2020-01-07 | 1 | -0/+15 |
| |\ |
|
| | * | Fix QueryContext ref cycle on joinedload | Carson Ip | 2020-01-04 | 1 | -0/+15 |
| * | | Implement explicit autobegin step for Session | Mike Bayer | 2020-01-03 | 1 | -0/+45 |
| |/ |
|
| * | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -0/+391 |
| * | Disallow memory tests from running on Windows | Mike Bayer | 2019-10-24 | 1 | -1/+1 |
| * | Implement facade for pytest parametrize, fixtures, classlevel | Mike Bayer | 2019-10-20 | 1 | -1/+1 |
| * | Run row value processors up front | Mike Bayer | 2019-10-01 | 1 | -1/+13 |
| * | Fix typos | Min ho Kim | 2019-07-21 | 1 | -1/+1 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -2/+50 |
| * | Add option for "sparse" backend tests and apply to memusage | Mike Bayer | 2019-06-20 | 1 | -1/+1 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -1/+1 |
| * | Improve support for with_polymorphic in mapper options | Mike Bayer | 2019-02-04 | 1 | -2/+9 |
| * | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -8/+2 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -28/+30 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -222/+350 |
| * | 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 |
| * | 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 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -2/+2 |
| * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 1 | -5/+3 |
| * | - 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 |
| * | - 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 |
| * | - fully flake8 test/aaa_profiling | Mike Bayer | 2014-07-09 | 1 | -110/+139 |
| * | 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 | 1 | -2/+2 |
| * | 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 | 1 | -0/+1 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+2 |