| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 3 | -156/+36 |
| * | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 2 | -5/+18 |
| * | Merge "warnings: session.autocommit, subtransactions" into main | mike bayer | 2021-10-29 | 1 | -0/+5 |
| |\ |
|
| | * | warnings: session.autocommit, subtransactions | Mike Bayer | 2021-10-29 | 1 | -0/+5 |
| * | | clarify order_by(None) for Core; improve wording | Mike Bayer | 2021-10-29 | 1 | -3/+11 |
| * | | warnings: with_polymorphic() | Mike Bayer | 2021-10-29 | 1 | -0/+8 |
| |/ |
|
| * | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 1 | -3/+8 |
| |\ |
|
| | * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -3/+8 |
| * | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 1 | -1/+0 |
| |/ |
|
| * | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 1 | -0/+1 |
| |\ |
|
| | * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 1 | -0/+1 |
| * | | Merge "consider "inspect(_of_type)" to be the entity of a comparator" into main | mike bayer | 2021-10-27 | 2 | -2/+11 |
| |\ \ |
|
| | * | | consider "inspect(_of_type)" to be the entity of a comparator | Mike Bayer | 2021-10-27 | 2 | -2/+11 |
| | |/ |
|
| * | | Merge "Fixes: #4100" into main | mike bayer | 2021-10-27 | 1 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | Fixes: #4100 | jonathan vanasco | 2021-10-26 | 1 | -0/+9 |
| * | | dont pull filter_by from from_obj, entity is hopefully sufficient | Mike Bayer | 2021-10-26 | 1 | -1/+31 |
| |/ |
|
| * | warnings: select_entity_from() | Mike Bayer | 2021-10-25 | 1 | -2/+10 |
| * | deprecation warnings: strings in loader options, join, with_parent | Mike Bayer | 2021-10-25 | 2 | -3/+10 |
| * | use correct entity in path for aliased class relationship | Mike Bayer | 2021-10-22 | 5 | -3/+16 |
| * | revise _get_crud_kv_pairs from 18b4a3437 | Mike Bayer | 2021-10-19 | 1 | -40/+38 |
| * | process bulk_update_tuples before cache key or compilation | Mike Bayer | 2021-10-19 | 1 | -21/+66 |
| * | fix with_loader_criteria for select(A).join(B) | Mike Bayer | 2021-10-15 | 1 | -6/+52 |
| * | clarify that with_loader_criteria does not affect contains_eager() | Mike Bayer | 2021-10-14 | 1 | -0/+7 |
| * | Pickling fixes for ORM / Core | Mike Bayer | 2021-10-13 | 1 | -11/+48 |
| * | disallow adding to identity map that's been discarded | Mike Bayer | 2021-10-04 | 2 | -0/+15 |
| * | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -14/+26 |
| * | Merge branch 'master' of ssh://gerrit.sqlalchemy.org:29418/sqlalchemy/sqlalchemy | Mike Bayer | 2021-09-29 | 1 | -0/+1 |
| |\ |
|
| | * | Add missing methods added in :ticket:`6991` | Federico Caselli | 2021-09-28 | 1 | -0/+1 |
| * | | clarifies that @reconstructor only applies to a single method | E. Seiver | 2021-09-29 | 1 | -1/+1 |
| |/ |
|
| * | warn or deprecate for auto-aliasing in joins | Mike Bayer | 2021-09-28 | 3 | -3/+78 |
| * | Implement nesting CTE | Eric Masseran | 2021-09-17 | 1 | -2/+2 |
| * | Merge "Fixes: #6930" | mike bayer | 2021-09-15 | 1 | -0/+2 |
| |\ |
|
| | * | Fixes: #6930 | jonathan vanasco | 2021-09-08 | 1 | -0/+2 |
| * | | Add scalars method to connection and session classes | Miguel Grinberg | 2021-09-14 | 1 | -0/+29 |
| * | | Fix various lib / test / examples typos (#7017) | Kevin Kirsche | 2021-09-11 | 3 | -3/+3 |
| * | | Merge "turn off deduping for col expressions" | mike bayer | 2021-09-10 | 2 | -12/+19 |
| |\ \ |
|
| | * | | turn off deduping for col expressions | Mike Bayer | 2021-09-04 | 2 | -12/+19 |
| * | | | bulk_save->return_defaults does not populate server defaults | Mike Bayer | 2021-09-10 | 1 | -6/+35 |
| * | | | document placement of declarative init method | Mike Bayer | 2021-09-10 | 1 | -0/+2 |
| * | | | Added loader options to session.merge, asyncsession.merge | Daniel Stone | 2021-09-02 | 1 | -2/+14 |
| |/ / |
|
| * | | Handle mappings passed to ``execution_options``. | Federico Caselli | 2021-08-26 | 2 | -2/+2 |
| * | | add example for ORM enabled ON CONFLICT | Mike Bayer | 2021-08-24 | 1 | -0/+2 |
| |/ |
|
| * | Merge "Deprecate scoped_session usage with async sessions" | mike bayer | 2021-08-23 | 2 | -2/+20 |
| |\ |
|
| | * | Deprecate scoped_session usage with async sessions | Federico Caselli | 2021-07-28 | 2 | -2/+20 |
| * | | qualify compile_state updates for non-current entities | Mike Bayer | 2021-08-23 | 1 | -11/+31 |
| * | | update enable_baked_queries flag doc | Mike Bayer | 2021-08-22 | 1 | -11/+7 |
| * | | send user defined options from the current query | Mike Bayer | 2021-08-17 | 2 | -15/+22 |
| * | | rewrite _extra_criteria in selectinload; propagate correctly to Load | Mike Bayer | 2021-08-17 | 3 | -8/+133 |
| * | | remove lambda caching from loader strategies | Mike Bayer | 2021-08-17 | 6 | -198/+124 |
| * | | Merge "create concise + deterministic cache key for unboundload.options" | mike bayer | 2021-08-10 | 1 | -14/+95 |
| |\ \ |
|