| Commit message (Expand) | Author | Age | Files | Lines |
* | improve natural_path usage in two places | Mike Bayer | 2023-04-29 | 1 | -2/+9 |
* | consider aliased mappers in cycles also | Mike Bayer | 2023-04-02 | 1 | -1/+1 |
* | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
* | reorganize Mapped[] super outside of MapperProperty | Mike Bayer | 2022-10-05 | 1 | -2/+2 |
* | create new approach for deeply nested post loader options | Mike Bayer | 2022-06-18 | 1 | -0/+17 |
* | revenge of pep 484 | Mike Bayer | 2022-05-15 | 1 | -48/+78 |
* | pep-484: ORM public API, constructors | Mike Bayer | 2022-04-20 | 1 | -121/+324 |
* | pep-484: session, instancestate, etc | Mike Bayer | 2022-04-12 | 1 | -2/+3 |
* | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
* | remove internal use of metaclasses | Mike Bayer | 2022-01-11 | 1 | -1/+1 |
* | Merge "Fix various source comment/doc typos" into main | mike bayer | 2022-01-07 | 1 | -2/+2 |
|\ |
|
| * | Fix various source comment/doc typos | luz paz | 2021-12-29 | 1 | -2/+2 |
* | | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
|/ |
|
* | factor out UnboundLoad and rearchitect strategy_options.py | Mike Bayer | 2021-12-27 | 1 | -31/+29 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+3 |
* | use correct entity in path for aliased class relationship | Mike Bayer | 2021-10-22 | 1 | -3/+3 |
* | Pickling fixes for ORM / Core | Mike Bayer | 2021-10-13 | 1 | -11/+48 |
* | Fix various lib / test / examples typos (#7017) | Kevin Kirsche | 2021-09-11 | 1 | -1/+1 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Complete deprecation of from_self() | Mike Bayer | 2020-09-18 | 1 | -1/+9 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -0/+8 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -0/+19 |
* | Accommodate for base class when adjusting path for with_polymorphic | Mike Bayer | 2020-01-28 | 1 | -1/+0 |
* | InstanceState default path is RootRegistry, not tuple | Mike Bayer | 2020-01-22 | 1 | -1/+18 |
* | Adjust natural path to relationship's base mapper for aliased class also | Mike Bayer | 2020-01-20 | 1 | -43/+53 |
* | Adjust use_mapper_path rule for poly subclasses | Mike Bayer | 2020-01-13 | 1 | -6/+46 |
* | Set use_mapper_path=True for with_poly subentities | Mike Bayer | 2020-01-07 | 1 | -1/+4 |
* | 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 | -6/+46 |
* | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -2/+10 |
* | Serialize the context dictionary in Load objects | Mike Bayer | 2019-08-26 | 1 | -6/+32 |
* | Improve support for with_polymorphic in mapper options | Mike Bayer | 2019-02-04 | 1 | -4/+31 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -4/+6 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -33/+37 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Performance within instances() | Mike Bayer | 2017-02-23 | 1 | -27/+7 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 1 | -0/+14 |
* | - add some logging to path_registry to help debug eager loading | Mike Bayer | 2014-11-24 | 1 | -0/+10 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -16/+21 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -24/+65 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -0/+220 |