| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | Use Py_TPFLAGS_HAVE_GC for Row | Mike Bayer | 2021-06-24 | 1 | -0/+19 |
| * | repair test for mysql | Mike Bayer | 2021-04-21 | 1 | -3/+5 |
| * | test fixes from non-gerrit builds | Mike Bayer | 2021-04-15 | 1 | -14/+11 |
| * | Use class-local metadata for declarative base | Mike Bayer | 2021-03-24 | 1 | -1/+1 |
| * | Adjust derivation rules for table vs. subquery against a join | Mike Bayer | 2021-03-23 | 1 | -1/+1 |
| * | reorganize mapper compile/teardown under registry | Mike Bayer | 2021-02-01 | 1 | -3/+1 |
| * | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -2/+2 |
| * | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -25/+26 |
| * | remove metadata.bind use from test suite | Mike Bayer | 2021-01-03 | 1 | -32/+32 |
| * | Support testing of async drivers without fallback mode | Federico Caselli | 2020-12-30 | 1 | -1/+1 |
| * | 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 |