| Commit message (Expand) | Author | Age | Files | Lines |
| * | factor out UnboundLoad and rearchitect strategy_options.py | Mike Bayer | 2021-12-27 | 1 | -20/+20 |
| * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -5/+43 |
| * | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+0 |
| * | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -1/+1 |
| * | consider "inspect(_of_type)" to be the entity of a comparator | Mike Bayer | 2021-10-27 | 1 | -1/+4 |
| * | use correct entity in path for aliased class relationship | Mike Bayer | 2021-10-22 | 1 | -0/+9 |
| * | rewrite _extra_criteria in selectinload; propagate correctly to Load | Mike Bayer | 2021-08-17 | 1 | -0/+2 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | memoize current options and joins w with_entities/with_only_cols | Mike Bayer | 2021-06-17 | 1 | -0/+12 |
| * | Ensure propagate_attrs available on PropComparator | Mike Bayer | 2021-05-29 | 1 | -0/+12 |
| * | Remove pep484 type comments from the code | Federico Caselli | 2021-05-16 | 1 | -14/+4 |
| * | Update black flak8 and zimports | Federico Caselli | 2021-05-12 | 1 | -0/+1 |
| * | Disallow AliasedReturnsRows from execution | Mike Bayer | 2021-04-05 | 1 | -1/+1 |
| * | Support __visit_name__ on PropComparator to work in cloning | Mike Bayer | 2021-03-24 | 1 | -0/+2 |
| * | Remove internal use of string attr in loader option | Mike Bayer | 2021-03-23 | 1 | -0/+1 |
| * | Implement Mypy plugin | Mike Bayer | 2021-03-13 | 1 | -1/+1 |
| * | reorganize mapper compile/teardown under registry | Mike Bayer | 2021-02-01 | 1 | -0/+1 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Revise attribute refresh for with_loader_criteria, related | Mike Bayer | 2020-12-11 | 1 | -2/+2 |
| * | tutorial 2.0 WIPreview/mike_bayer/tutorial20 | Mike Bayer | 2020-10-31 | 1 | -0/+2 |
| * | Support extra / single inh criteria with ORM update/delete | Mike Bayer | 2020-08-30 | 1 | -0/+23 |
| * | Implement relationship AND criteria; global loader criteria | Mike Bayer | 2020-08-05 | 1 | -0/+26 |
| * | Convert lazy loader, selectinload, load_on_ident to lambda statements | Mike Bayer | 2020-08-05 | 1 | -1/+2 |
| * | Remove _generate_path_cache_key() | Mike Bayer | 2020-06-29 | 1 | -28/+0 |
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -10/+22 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -46/+59 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -3/+63 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -11/+15 |
| * | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -6/+9 |
| * | Establish that contains_eager()->alias can be replaced by of_type | Mike Bayer | 2020-01-14 | 1 | -1/+2 |
| * | Enable F821 | Mike Bayer | 2020-01-04 | 1 | -4/+16 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -3/+1 |
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -2/+11 |
| * | - fix typo | Mike Bayer | 2019-10-16 | 1 | -1/+1 |
| * | Implement raiseload for deferred columns | Mike Bayer | 2019-10-16 | 1 | -3/+4 |
| * | Remove deprecated extension and similar classes | Mike Bayer | 2019-10-06 | 1 | -10/+2 |
| * | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -3/+9 |
| * | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -0/+2 |
| * | Improve error messages in the area of loader options | Mike Bayer | 2019-01-25 | 1 | -3/+20 |
| * | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -4/+8 |
| * | Convert most "See also" phrases into .. seealso:: | Mike Bayer | 2019-01-15 | 1 | -7/+7 |
| * | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -3/+0 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -13/+15 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -50/+89 |
| * | Add before_mapper_configured event | Chris Wilson | 2018-12-10 | 1 | -1/+2 |
| * | Importing InspectionAttr twice, now once | hendawy | 2018-06-13 | 1 | -2/+1 |
| * | Correct from version 1.2.5 to 1.2.8 for #4128 | Mike Bayer | 2018-05-16 | 1 | -1/+1 |
| * | Merge existing query params in baked lazy load | Mike Bayer | 2018-02-28 | 1 | -17/+45 |